Skip to content
Snippets Groups Projects
Commit 6603fd37 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #4121

Closes #4121

Merge request studip/studip!2966
parent 8cf4703a
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
max-width: 48em; max-width: 48em;
button { button {
margin: 0.5ex 0 0.5ex 0; margin: 0.5ex 0 0.5ex 0;
min-width: 140px; width: 150px;
} }
span { span {
box-sizing: border-box; box-sizing: border-box;
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
font-size: 14px; font-size: 14px;
line-height: 130%; line-height: 130%;
min-width: 100px; min-width: 100px;
width: calc(100% - 140px); width: calc(100% - 150px);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 5px 15px; padding: 5px 15px;
......
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