aboutsummaryrefslogtreecommitdiff
path: root/site/assets
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 14:57:03 +0300
committerGitHub <[email protected]>2024-05-01 14:57:03 +0300
commitbb927451e813081e887397d0d604b45a676348fb (patch)
treeb3c9d545a9912e7386c632a5a5210c2b31381cd2 /site/assets
parentd7b22b77dbe7d1bd8d5cb03cec5d89b480500afb (diff)
downloadbootstrap-bb927451e813081e887397d0d604b45a676348fb.tar.xz
bootstrap-bb927451e813081e887397d0d604b45a676348fb.zip
Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 (#39936)
* Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.3.1 to 16.4.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.4.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update _content.scss --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/scss/_content.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss
index ba053dfaf..811883b49 100644
--- a/site/assets/scss/_content.scss
+++ b/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;
}
}