@deque/cauldron-styles 6.19.0-canary.6c1e2be8 → 6.19.0-canary.c197d1e3
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/dist/index.css +1 -1
- 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 {
|
package/package.json
CHANGED