fds
This commit is contained in:
parent
c784c8e39f
commit
eefa10cc2d
1 changed files with 3 additions and 1 deletions
|
@ -421,7 +421,6 @@ pre code {
|
|||
padding: 0.75rem;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid var(--gray-400);
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
|
@ -4754,4 +4753,7 @@ lite-youtube.lyt-activated > .lty-playbtn {
|
|||
|
||||
.overflow-x-auto {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
table {
|
||||
white-space: nowrap !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue