@carbon/ibm-products 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/index-full-carbon.css +4 -0
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-without-carbon-released-only.css +4 -0
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon.css +4 -0
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index.css +4 -0
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/package.json +4 -4
- package/scss/components/ButtonSetWithOverflow/_button-set-with-overflow.scss +1 -0
- package/scss/components/PageHeader/_page-header.scss +3 -0
- package/scss/components/PageHeader/_storybook-styles.scss +1 -0
|
@@ -18871,6 +18871,7 @@ a.bx--side-nav__link--current::before {
|
|
|
18871
18871
|
/* stylelint-disable-line no-invalid-position-at-import-rule */
|
|
18872
18872
|
.c4p--button-set-with-overflow.c4p--button-set-with-overflow {
|
|
18873
18873
|
display: flex;
|
|
18874
|
+
width: 100%;
|
|
18874
18875
|
}
|
|
18875
18876
|
.c4p--button-set-with-overflow .c4p--button-set-with-overflow__space {
|
|
18876
18877
|
position: relative;
|
|
@@ -19261,8 +19262,11 @@ a.bx--side-nav__link--current::before {
|
|
|
19261
19262
|
}
|
|
19262
19263
|
.c4p--page-header .c4p--page-header__page-actions-content {
|
|
19263
19264
|
position: relative;
|
|
19265
|
+
display: flex;
|
|
19266
|
+
overflow: hidden;
|
|
19264
19267
|
width: 100%;
|
|
19265
19268
|
height: 100%;
|
|
19269
|
+
justify-content: flex-end;
|
|
19266
19270
|
}
|
|
19267
19271
|
.c4p--page-header .c4p--page-header__title-row .c4p--page-header__page-actions--in-breadcrumb {
|
|
19268
19272
|
opacity: 0;
|