diff --git a/projects/kit/components/input-files/input-files.style.less b/projects/kit/components/input-files/input-files.style.less index ee918feb88bf..ce10b18ddef2 100644 --- a/projects/kit/components/input-files/input-files.style.less +++ b/projects/kit/components/input-files/input-files.style.less @@ -22,6 +22,7 @@ tui-input-files { .t-label { width: 100%; + min-height: inherit; text-align: center; } @@ -30,6 +31,7 @@ tui-input-files { justify-content: center; align-items: center; height: 100%; + min-height: inherit; padding: 1rem 0; box-sizing: border-box; } @@ -77,7 +79,7 @@ tui-input-files { .wrapper-focus({ &:after { - color: var(--tui-text-01-night); + color: var(--tui-text-01-night); }} );