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 08aec2c commit dd75237Copy full SHA for dd75237
web_src/css/modules/table.css
@@ -23,11 +23,13 @@
23
}
24
.ui.table > thead,
25
.ui.table > tbody {
26
+ text-align: inherit;
27
vertical-align: inherit;
28
29
30
.ui.table > thead > tr > th {
31
background: var(--color-box-header);
32
33
color: var(--color-text);
34
padding: 6px 5px;
35
@@ -52,6 +54,7 @@
52
54
.ui.table > tfoot > tr > td {
53
55
border-top: 1px solid var(--color-secondary);
56
background: var(--color-box-body);
57
58
59
padding: 0.78571429em;
60
@@ -78,6 +81,7 @@
78
81
.ui.table > tbody > tr > td {
79
82
border-top: 1px solid var(--color-secondary-alpha-50);
80
83
84
85
86
.ui.table > tr:first-child > td,
87
.ui.table > tbody > tr:first-child > td {
0 commit comments