diff --git a/src/app/pages/ui-features/buttons/block-level-buttons/block-level-buttons.component.html b/src/app/pages/ui-features/buttons/block-level-buttons/block-level-buttons.component.html index 1ddd092f..5365a8b4 100644 --- a/src/app/pages/ui-features/buttons/block-level-buttons/block-level-buttons.component.html +++ b/src/app/pages/ui-features/buttons/block-level-buttons/block-level-buttons.component.html @@ -3,11 +3,11 @@
-
+
- +
diff --git a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html index 84104ca2..8889e646 100644 --- a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html +++ b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.html @@ -5,7 +5,7 @@
Toggle Types
-
+
@@ -16,7 +16,7 @@ Right
-
+
@@ -31,8 +31,7 @@
Pagination
-
+
@@ -52,7 +51,7 @@
Icon Toolbar
-
+
@@ -70,7 +69,7 @@
Divided Button Group
-
+
@@ -93,7 +92,7 @@
Divided Button Group
-
+
@@ -104,7 +103,7 @@ Right
-
+
diff --git a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss index 0c3cae95..37e937bb 100644 --- a/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss +++ b/src/app/pages/ui-features/buttons/button-groups/button-groups.component.scss @@ -9,6 +9,11 @@ .pagination-container { flex: 1; margin-right: 1rem; + + .btn-group > .btn { + padding-left: 1.125rem; + padding-right: 1.125rem; + } } .icon-toolbar-container { @@ -18,20 +23,4 @@ .example-container:not(:last-child) { margin-bottom: 2rem; } - - .btn-toggle-group { - width: 100%; - - .btn { - width: 100%; - } - } - - .btn-divided-group-block { - width: 100%; - - .btn { - width: 100%; - } - } } diff --git a/src/app/pages/ui-features/buttons/dropdown-buttons/dropdown-button.component.scss b/src/app/pages/ui-features/buttons/dropdown-buttons/dropdown-button.component.scss index 05893a29..e69785ce 100644 --- a/src/app/pages/ui-features/buttons/dropdown-buttons/dropdown-button.component.scss +++ b/src/app/pages/ui-features/buttons/dropdown-buttons/dropdown-button.component.scss @@ -7,8 +7,7 @@ margin-bottom: 1rem; } - nga-card { - overflow-x: visible; - overflow-y: visible; + nga-card-body { + overflow: visible; } }