fix table thing for carp

This commit is contained in:
gooseman 2022-05-02 15:36:43 -04:00 committed by GitHub
parent 8536d93c87
commit 2d6fee44fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4728,9 +4728,6 @@ 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;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.comment .comment-body .comment-text { .comment .comment-body .comment-text {
@ -5070,4 +5067,4 @@ th, td {
.text-green { .text-green {
color: green !important; color: green !important;
} }