diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss index 56378a7..edbfe3e 100644 --- a/src/scss/_custom.scss +++ b/src/scss/_custom.scss @@ -33,6 +33,30 @@ body { a { color: $color-link } + + pre { + overflow-x: auto; + font-family: "Source Code Pro", monospace; + } + + table { + th, + td { + white-space: normal; + word-break: break-word; + } + } + } + + table { + th, + td { + padding-left: $padding-left-table-column !important; + + &:first-of-type { + padding-left: 0; + } + } } .opblock-tag { @@ -105,24 +129,4 @@ body { } } } - - pre { - overflow-x: auto; - font-family: "Source Code Pro", monospace; - } - - table { - th, - td { - padding-left: $padding-left-table-column !important; - white-space: normal; - word-break: break-word; - - &:first-of-type { - padding-left: 0; - white-space: nowrap; - word-break: normal; - } - } - } }