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.
2 parents d60bc08 + 1c6ef28 commit c6d326bCopy full SHA for c6d326b
platform/features/table/res/sass/table.scss
@@ -34,17 +34,28 @@
34
}
35
.mct-table {
36
table-layout: fixed;
37
- th {
38
- box-sizing: border-box;
+ thead {
+ display: block;
39
+ tr {
40
41
+ white-space: nowrap;
42
+ th {
43
+ display: inline-block;
44
+ box-sizing: border-box;
45
+ }
46
47
48
tbody {
49
tr {
50
position: absolute;
51
52
53
54
td {
55
white-space: nowrap;
56
overflow: hidden;
57
box-sizing: border-box;
58
59
60
-}
61
+}
0 commit comments