diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/assets/scss/_content.scss')
-rw-r--r-- | vendor/twbs/bootstrap/site/assets/scss/_content.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/assets/scss/_content.scss b/vendor/twbs/bootstrap/site/assets/scss/_content.scss index ba053dfaf..811883b49 100644 --- a/vendor/twbs/bootstrap/site/assets/scss/_content.scss +++ b/vendor/twbs/bootstrap/site/assets/scss/_content.scss @@ -73,9 +73,8 @@ } // Prevent breaking of code - // stylelint-disable-next-line selector-max-compound-selectors th, - td:first-child > code { + td:first-child > code { // stylelint-disable-line selector-max-compound-selectors white-space: nowrap; } } |