mirror of
https://github.com/owntracks/frontend.git
synced 2024-11-15 09:18:17 -07:00
Fix button text overflow
This commit is contained in:
parent
f14f97b416
commit
1c05bb17b4
@ -171,8 +171,10 @@ pre {
|
||||
background: var(--color-background);
|
||||
border: 0;
|
||||
border-radius: 18px;
|
||||
overflow: hidden;
|
||||
padding: 8px 16px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
&.button-primary {
|
||||
color: var(--color-primary-text);
|
||||
|
Loading…
Reference in New Issue
Block a user