Remove fixed input field width again as it messes with the layout of the dialog

buefy-0.9
Manuel Kasper 2021-08-17 10:50:19 +02:00
rodzic 792155260f
commit 5690a24bd3
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -343,9 +343,6 @@ export default {
.callsign >>> input {
text-transform: uppercase;
}
.summit-code >>> input {
width: 10em;
}
@media (max-width: 1023px) {
>>> .datepicker .dropdown.is-mobile-modal .dropdown-menu {
width: calc(100vw - 40px);

Wyświetl plik

@ -251,9 +251,6 @@ export default {
.callsign >>> input {
text-transform: uppercase;
}
.summit-code >>> input {
width: 10em;
}
.invalid >>> .help {
text-decoration: line-through;
}