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:
parent
9dc700e13e
commit
c90ab0e880
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user