diff --git a/src/components/KFileUpload/KFileUpload.vue b/src/components/KFileUpload/KFileUpload.vue index 7f4b3024fd..103301a5a3 100644 --- a/src/components/KFileUpload/KFileUpload.vue +++ b/src/components/KFileUpload/KFileUpload.vue @@ -266,7 +266,7 @@ const resetInput = (): void => { .k-file-upload { position: relative; - width: 100 !important; + width: 100% !important; $kInputPaddingY: var(--kui-space-40, $kui-space-40); $kInputLabelMarginBottom: var(--KInputLabelMargin, var(--spacing-xs, var(--kui-space-40, $kui-space-40))); // matching KLabel margin bottom $kInputLabelLineHeight: var(--KInputLabelLineHeight, var(--type-lg, var(--kui-line-height-30, $kui-line-height-30))); // matching KLabel line height @@ -377,6 +377,7 @@ const resetInput = (): void => { left: 20px; pointer-events: none; position: absolute; + text-decoration: none; &.has-label { top: 40px;