Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <ffoodd@users.noreply.github.com>2022-02-22 11:02:47 +0300
committerGitHub <noreply@github.com>2022-02-22 11:02:47 +0300
commit37f3977e6d96e274cb73255d99e3e4ec60f03c0f (patch)
treea2d781d8b25ae492b89fc5154ed3a7421e721129 /site/assets/scss
parent0804c0043f5bae586834a9b9ef1e2301e8452794 (diff)
Rely on `border-width` for `<hr>` size (#35491)
* fix(reboot): revert hr styles to v4 implementation * docs(cheatsheet): add a hr example * fix(reboot): currentColor is the initial border-color value * Document hr element in Reboot docs * Update migration guide * Update scss/_variables.scss Co-authored-by: Mark Otto <markd.otto@gmail.com>
Diffstat (limited to 'site/assets/scss')
-rw-r--r--site/assets/scss/_component-examples.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss
index f81a0af188..9e017c507e 100644
--- a/site/assets/scss/_component-examples.scss
+++ b/site/assets/scss/_component-examples.scss
@@ -124,7 +124,7 @@
display: block;
}
- > :last-child {
+ > :not(hr):last-child {
margin-bottom: 0;
}