feat: quickreference add auto-wrap class.

This commit is contained in:
jaywcjlove
2022-10-22 22:37:46 +08:00
parent 3003e3db66
commit fdcfcb287b
7 changed files with 31 additions and 10 deletions

View File

@ -959,11 +959,14 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
.footer-wrap {
font-size: 0.75rem;
}
table {
table.auto-wrap {
overflow: auto;
display: block;
}
table td, table th {
table.auto-wrap thead {
display: none;
}
table.auto-wrap td, table.auto-wrap th {
display: block;
text-align: left !important;
}
@ -973,9 +976,6 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
table td:first-child {
white-space: initial;
}
.wrap-header.h3wrap > .wrap-body {
overflow: initial;
}
.tooltip:hover .tooltiptext {
display: inline-block;
}