Invite Link: Fix padding between ellipsis and more button (#3334)

This commit is contained in:
Alexander Zinchuk 2023-06-18 12:03:11 +02:00
parent 4ba836e3fa
commit 26a95bf247

View File

@ -5,7 +5,7 @@
.input {
cursor: var(--custom-cursor, pointer);
margin-bottom: 1rem;
padding-right: 3rem;
padding-right: 3.5rem;
text-overflow: ellipsis;
}