mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Improve table styles in docs
This commit is contained in:
@@ -283,10 +283,6 @@ strong {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.markdown-section table code:not([class*="lang-"]):not([class*="language-"]) {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* Code blocks */
|
||||
.markdown-section pre {
|
||||
position: relative;
|
||||
@@ -401,6 +397,16 @@ strong {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.markdown-section td code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.markdown-section table .attribute-tooltip {
|
||||
background: none;
|
||||
border-bottom: dashed 1px var(--sl-color-gray-80);
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
/* Tips & Warnings */
|
||||
.markdown-section p.tip,
|
||||
.markdown-section p.warn {
|
||||
|
||||
Reference in New Issue
Block a user