Skip to content

Commit

Permalink
feat(kit): use the full height for input files label (#6595)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jan 30, 2024
1 parent 14da1e0 commit d7a7b45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/kit/components/input-files/input-files.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tui-input-files {

.t-label {
width: 100%;
min-height: inherit;
text-align: center;
}

Expand All @@ -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;
}
Expand Down Expand Up @@ -77,7 +79,7 @@ tui-input-files {

.wrapper-focus({
&:after {
color: var(--tui-text-01-night);
color: var(--tui-text-01-night);
}}
);

Expand Down

0 comments on commit d7a7b45

Please sign in to comment.