@carbon/ibm-products 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;