File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 134
134
.popover {
135
135
max-width : 50% ;
136
136
}
137
+
138
+ .signals-list-card {
139
+ transform : rotateX (180deg );
140
+ -ms-transform : rotateX (180deg ); /* IE 9 */
141
+ -webkit-transform : rotateX (180deg ); /* Safari and Chrome */
142
+ }
143
+
144
+ .signals-list-table {
145
+ transform : rotateX (180deg );
146
+ -ms-transform : rotateX (180deg ); /* IE 9 */
147
+ -webkit-transform : rotateX (180deg ); /* Safari and Chrome */
148
+ }
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ <h2 class="accordion-header" id="available_geography-heading">
224
224
< div class ="row ">
225
225
< div class ="card signals-list-card no-padding ">
226
226
< div class ="card-header d-flex justify-content-between align-items-center table-responsive ">
227
- < table class ="table table-borderless table-hover ">
227
+ < table class ="table table-borderless table-hover signals-list-table ">
228
228
< thead >
229
229
< tr >
230
230
< th scope ="col "> </ th >
You can’t perform that action at this time.
0 commit comments