Commit dd75237 1 parent 08aec2c commit dd75237 Copy full SHA for dd75237
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
.ui .table > thead ,
25
25
.ui .table > tbody {
26
+ text-align : inherit;
26
27
vertical-align : inherit;
27
28
}
28
29
29
30
.ui .table > thead > tr > th {
30
31
background : var (--color-box-header );
32
+ text-align : inherit;
31
33
color : var (--color-text );
32
34
padding : 6px 5px ;
33
35
vertical-align : inherit;
52
54
.ui .table > tfoot > tr > td {
53
55
border-top : 1px solid var (--color-secondary );
54
56
background : var (--color-box-body );
57
+ text-align : inherit;
55
58
color : var (--color-text );
56
59
padding : 0.78571429em ;
57
60
vertical-align : inherit;
78
81
.ui .table > tbody > tr > td {
79
82
border-top : 1px solid var (--color-secondary-alpha-50 );
80
83
padding : 6px 5px ;
84
+ text-align : inherit;
81
85
}
82
86
.ui .table > tr : first-child > td ,
83
87
.ui .table > tbody > tr : first-child > td {
You can’t perform that action at this time.
0 commit comments