There was an error while loading. Please reload this page.
1 parent 24291fe commit f2080abCopy full SHA for f2080ab
1 file changed
src/charts/_line.scss
@@ -33,8 +33,6 @@
33
position: absolute;
34
right: 0;
35
left: 0;
36
- justify-content: var(--labels-align, center);
37
- flex-direction: column;
38
}
39
40
td {
@@ -83,7 +81,9 @@
83
81
84
82
tbody tr th {
85
display: flex;
+ justify-content: var(--labels-align, center);
86
align-items: center;
+ flex-direction: column;
87
88
89
&.labels-align-start {
0 commit comments