Prevent select inputs from overflowing the parent container

pull/10298/head
Sage Abdullah 2023-03-17 11:02:34 +00:00 zatwierdzone przez Thibaud Colas
rodzic 770b905418
commit 9462b20d5d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,8 @@ select {
min-height: $select-size;
padding: 0 theme('spacing.5');
padding-inline-end: $select-size;
// Prevent the element from overflowing the container.
max-width: 100%;
@media (forced-colors: active) {
appearance: auto;