Skip to content
Snippets Groups Projects
Commit d86c3e6d authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

cut off dialog buttons in responsive display, fixes #463

parent f0b25e15
No related branches found
No related tags found
No related merge requests found
...@@ -292,6 +292,8 @@ ...@@ -292,6 +292,8 @@
.ui-button { .ui-button {
flex: 1; flex: 1;
margin: @gap 0 0 @gap; margin: @gap 0 0 @gap;
overflow-x: hidden;
text-overflow: ellipsis;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment