Merge pull request #2793 from HB9HIL/fix_thead_in_lba_wide

fixed bad thead in wide theme
pull/2795/head
Andreas Kristiansen 2023-12-07 13:17:11 +01:00 zatwierdzone przez GitHub
commit 6841f8a0cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -160,7 +160,7 @@ div.alert-danger {
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;

Wyświetl plik

@ -83,7 +83,7 @@
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;

Wyświetl plik

@ -166,7 +166,7 @@ path.grid-worked {
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;

Wyświetl plik

@ -179,7 +179,7 @@ div.alert-danger {
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;

Wyświetl plik

@ -41,7 +41,7 @@ thead > tr > td {
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {

Wyświetl plik

@ -202,7 +202,7 @@ div.alert-danger {
#qsoList_wrapper th {
text-align: left !important;
white-space: pre-wrap;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;