Fix contact page select width

pull/25/head
Paróczai Olivér 2023-10-09 08:44:35 +00:00 zatwierdzone przez GitHub
rodzic 2e1ee3f616
commit 0dc48f7046
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -68,3 +68,8 @@ select {
.icon-history{
border-radius: 100px !important; /* Still E-mail, reversing the border for this icon as it has an animation that would overlap */
}
/* Fix width of select items, especially for the contacts page */
.vs__selected {
min-width: unset !important;
}