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 {
max-width: 48em;
button {
margin: 0.5ex 0 0.5ex 0;
min-width: 140px;
width: 150px;
}
span {
box-sizing: border-box;
......@@ -138,7 +138,7 @@ export default {
font-size: 14px;
line-height: 130%;
min-width: 100px;
width: calc(100% - 140px);
width: calc(100% - 150px);
overflow: hidden;
text-overflow: ellipsis;
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