diff --git a/resources/vue/components/StudipFileChooser.vue b/resources/vue/components/StudipFileChooser.vue index e021aec3cad110db990c82e4acf4163e358d0614..798d6463396a29e76166b67c1fef47ef8e377921 100644 --- a/resources/vue/components/StudipFileChooser.vue +++ b/resources/vue/components/StudipFileChooser.vue @@ -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;