fix-dialog-buttons

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2020-12-18 15:39:48 +01:00
parent f37e150d1c
commit f2b0afdb60
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
height: 44px;
min-width: 44px;
}
}