Improve rendering of file input

This commit is contained in:
Antoine Bartuccio 2024-08-26 16:57:43 +02:00 committed by Bartuccio Antoine
parent ef80c1be61
commit a422e8d39a

View File

@ -110,6 +110,7 @@
> input {
font-weight: normal;
cursor: pointer;
text-align: left !important;
}
> button {
@ -123,7 +124,11 @@
overflow: hidden;
> input {
width: 70%;
font-size: .6em;
&::file-selector-button {
height: 30px;
}
}
}