Grow autocomplete helper if screen is too narrow

This commit is contained in:
morethanwords 2021-09-19 16:26:30 +04:00
parent 96531d36e9
commit 544a597392

View File

@ -33,4 +33,8 @@
}
}
}
@media only screen and (max-width: 319px) {
max-width: calc(100vw - var(--padding-horizontal) * 4);
}
}