Skip to content
Snippets Groups Projects
Commit f2998d95 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

cut off dialog buttons in responsive display, fixes #463

parent 075da7cc
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,8 @@
.ui-button {
flex: 1;
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.
Finish editing this message first!
Please register or to comment