Fix button text overflow

This commit is contained in:
Linus Groh 2019-10-22 22:13:12 +01:00
parent f14f97b416
commit 1c05bb17b4

View File

@ -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);