This commit is contained in:
Aevann1 2022-01-03 13:43:38 +02:00
parent c784c8e39f
commit eefa10cc2d

View file

@ -421,7 +421,6 @@ pre code {
padding: 0.75rem; padding: 0.75rem;
vertical-align: top; vertical-align: top;
border-top: 1px solid var(--gray-400); border-top: 1px solid var(--gray-400);
white-space: nowrap !important;
} }
.table thead th { .table thead th {
vertical-align: bottom; vertical-align: bottom;
@ -4754,4 +4753,7 @@ lite-youtube.lyt-activated > .lty-playbtn {
.overflow-x-auto { .overflow-x-auto {
overflow-x: auto !important; overflow-x: auto !important;
}
table {
white-space: nowrap !important;
} }