@deque/cauldron-styles 6.20.0 → 6.20.1-canary.f245e273

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.
Files changed (2) hide show
  1. package/dist/index.css +5 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3739,10 +3739,10 @@ button.TooltipTabstop {
3739
3739
  font-size: var(--text-size-small);
3740
3740
  font-weight: var(--font-weight-medium);
3741
3741
  color: var(--table-header-text-color);
3742
- display: flex;
3743
3742
  align-items: center;
3744
3743
  justify-content: flex-start;
3745
3744
  padding: var(--table-space) var(--space-large);
3745
+ text-align: inherit;
3746
3746
  }
3747
3747
 
3748
3748
  .TableHeader__sort-button:hover {
@@ -3922,6 +3922,10 @@ button.TooltipTabstop {
3922
3922
  overflow: hidden;
3923
3923
  }
3924
3924
 
3925
+ .DescriptionList--collapsed .DescriptionList__details {
3926
+ overflow: auto;
3927
+ }
3928
+
3925
3929
  .DescriptionList__term,
3926
3930
  .DescriptionList__details {
3927
3931
  padding: var(--data-list-space) var(--space-small);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.20.0",
3
+ "version": "6.20.1-canary.f245e273",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",