We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d340d0 commit 37f334dCopy full SHA for 37f334d
packages/@adobe/spectrum-css-temp/components/table/index.css
@@ -97,7 +97,7 @@ svg.spectrum-Table-sortedIcon {
97
98
.spectrum-Table-columnResizer {
99
display: flex;
100
- justify-content: end;
+ justify-content: flex-end;
101
box-sizing: border-box;
102
position: absolute;
103
inset-block-start: 0px;
packages/@react-spectrum/table/src/table.css
@@ -29,7 +29,7 @@
29
30
.react-spectrum-Table-cell--alignStart {
31
text-align: start;
32
- justify-content: start;
+ justify-content: flex-start;
33
}
34
35
.react-spectrum-Table-cell--alignCenter {
0 commit comments