1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-04-24 06:57:19 +02:00

fix(UI): wrong position of fields resizable area

This commit is contained in:
Fabio Di Stasio 2022-08-19 16:54:56 +02:00
parent 9dc700e13e
commit c90ab0e880

View File

@ -109,7 +109,8 @@ option:checked {
> div { > div {
padding: 0.1rem 0.2rem; padding: 0.1rem 0.2rem;
min-width: fill-available; /* stylelint-disable-next-line value-no-vendor-prefix */
min-width: -webkit-fill-available;
} }
} }