File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 102
102
& .link : visited ,
103
103
& > table a : link ,
104
104
& > table a : visited ,
105
+ & > .table-responsive > table a : link ,
106
+ & > .table-responsive > table a : visited ,
105
107
& > .footnotes a : link ,
106
108
& > .footnotes a : visited {
107
109
color : # 007bff ;
116
118
& > figure figcaption a : hover ,
117
119
& .link : hover ,
118
120
& > table a : hover ,
121
+ & > .table-responsive > table a : hover ,
119
122
& > .footnotes a : hover {
120
123
@apply underline;
121
124
color : # 0056b3 ;
174
177
}
175
178
176
179
/* <table> */
177
- & > table {
178
- @apply w-full border-collapse;
180
+ & > table ,
181
+ & > .table-responsive > table {
182
+ @apply w-full max-w-full;
179
183
180
184
& th {
181
185
@apply font-semibold;
Original file line number Diff line number Diff line change 10
10
content : "" ;
11
11
background-color : rgba (0 , 0 , 0 , 0 );
12
12
}
13
+
14
+ .table-responsive {
15
+ @apply block w-full overflow-x-auto scrolling-touch;
16
+
17
+ -ms-overflow-style : -ms-autohiding-scrollbar;
18
+ scrollbar-width : none;
19
+ & ::-webkit-scrollbar {
20
+ @apply hidden;
21
+ }
22
+ }
You can’t perform that action at this time.
0 commit comments