Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 12, 2023
2 parents cd7fc9a + 06f0d76 commit 3d21d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/KFileUpload/KFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -377,6 +377,7 @@ const resetInput = (): void => {
left: 20px;
pointer-events: none;
position: absolute;
text-decoration: none;
&.has-label {
top: 40px;
Expand Down

0 comments on commit 3d21d08

Please sign in to comment.