@patternfly/patternfly 4.210.0 → 4.210.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.
@@ -85,6 +85,9 @@
85
85
  -webkit-line-clamp: var(--pf-c-expandable-section--m-truncate__content--LineClamp);
86
86
  overflow: hidden;
87
87
  }
88
+ .pf-c-expandable-section.pf-m-detached {
89
+ --pf-c-expandable-section--m-truncate__toggle--MarginTop: 0;
90
+ }
88
91
 
89
92
  .pf-c-expandable-section__toggle {
90
93
  display: flex;
@@ -112,6 +112,10 @@
112
112
  overflow: hidden;
113
113
  }
114
114
  }
115
+
116
+ &.pf-m-detached {
117
+ --pf-c-expandable-section--m-truncate__toggle--MarginTop: 0;
118
+ }
115
119
  }
116
120
 
117
121
  .pf-c-expandable-section__toggle {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.210.0",
4
+ "version": "4.210.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -14602,6 +14602,9 @@ label.pf-c-check, .pf-c-check__label,
14602
14602
  -webkit-line-clamp: var(--pf-c-expandable-section--m-truncate__content--LineClamp);
14603
14603
  overflow: hidden;
14604
14604
  }
14605
+ .pf-c-expandable-section.pf-m-detached {
14606
+ --pf-c-expandable-section--m-truncate__toggle--MarginTop: 0;
14607
+ }
14605
14608
 
14606
14609
  .pf-c-expandable-section__toggle {
14607
14610
  display: flex;
package/patternfly.css CHANGED
@@ -14729,6 +14729,9 @@ label.pf-c-check, .pf-c-check__label,
14729
14729
  -webkit-line-clamp: var(--pf-c-expandable-section--m-truncate__content--LineClamp);
14730
14730
  overflow: hidden;
14731
14731
  }
14732
+ .pf-c-expandable-section.pf-m-detached {
14733
+ --pf-c-expandable-section--m-truncate__toggle--MarginTop: 0;
14734
+ }
14732
14735
 
14733
14736
  .pf-c-expandable-section__toggle {
14734
14737
  display: flex;