From 0444183e9d7487e875be684deb69c6616b8d6edf Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Mon, 29 Aug 2022 10:58:19 +0200 Subject: [PATCH 1/4] fix(dropdown toggle split): same width for all `.dropdown-toggle-split`s orientations (#1451) --- scss/_button-group.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 6c94784379..14440f54b0 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -73,6 +73,7 @@ // .dropdown-toggle-split { + min-width: $dropdown-padding-x * 2 + $caret-width * 2; // Boosted mod padding-right: subtract($dropdown-padding-x, $border-width); padding-left: subtract($dropdown-padding-x, $border-width); border-color: $black; From 23f59efde536350489cb15d2e14d43c83e4bdcf5 Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Mon, 29 Aug 2022 11:39:34 +0200 Subject: [PATCH 2/4] fix(docs): replace 'Secondary' by 'Primary' label for some buttons when inconsistent (#1494) --- site/content/docs/5.2/components/buttons.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.2/components/buttons.md b/site/content/docs/5.2/components/buttons.md index 52d7b7c11c..aef04a9f9a 100644 --- a/site/content/docs/5.2/components/buttons.md +++ b/site/content/docs/5.2/components/buttons.md @@ -39,19 +39,19 @@ The recommended way of using an icon in a button is [an embedded SVG]({{< docsre - Secondary + Primary {{< /example >}} @@ -146,7 +146,7 @@ To get the inverted button behavior, simply add `.btn-inverse` to a `