File tree Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Expand file tree Collapse file tree 1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ thead.dummy th {
75
75
text-align : left;
76
76
overflow : visible;
77
77
height : 42px ;
78
- padding : 0 !important ;
79
- border : 0 ;
78
+ padding : 0 !important ;
79
+ border : 0 ;
80
80
}
81
81
td > h3 {
82
- position : absolute;
82
+ position : absolute;
83
83
font-size : 16px ;
84
84
margin : 0px ;
85
85
padding : 10px ;
86
- top : 0 ;
87
- left : 0 ;
86
+ top : 0 ;
87
+ left : 0 ;
88
88
width : 800px ;
89
89
height : 40px ;
90
90
background-color : # fff ;
97
97
max-width : 100% ;
98
98
}
99
99
.results__table-container {
100
- overflow-x : scroll ;
100
+ overflow-x : auto ;
101
101
}
102
102
.results__table {
103
103
font-size : 11px ;
104
104
width : 150px ;
105
105
table-layout : fixed;
106
- border-spacing : 0 ;
107
106
border-collapse : collapse;
108
107
}
109
108
.results__table th {
@@ -131,6 +130,25 @@ td {
131
130
width : 120px ;
132
131
background-color : white;
133
132
}
133
+ .results__table th : first-child ::before ,
134
+ .results__table td : not (.description ): first-child ::before ,
135
+ .results__table th : first-child ::after ,
136
+ .results__table td : not (.description ): first-child ::after {
137
+ content : "" ;
138
+ position : absolute;
139
+ top : 0 ;
140
+ bottom : 0 ;
141
+ width : 1px ;
142
+ background-color : # dddddd ;
143
+ }
144
+ .results__table th : first-child ::before ,
145
+ .results__table td : first-child ::before {
146
+ left : -1px ;
147
+ }
148
+ .results__table th : first-child ::after ,
149
+ .results__table td : first-child ::after {
150
+ right : -1px ;
151
+ }
134
152
135
153
.rowCount {
136
154
font-size : 10px ;
You can’t perform that action at this time.
0 commit comments