File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134.popover {
135135 max-width : 50% ;
136136}
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">
224224 < div class ="row ">
225225 < div class ="card signals-list-card no-padding ">
226226 < 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 ">
228228 < thead >
229229 < tr >
230230 < th scope ="col "> </ th >
You can’t perform that action at this time.
0 commit comments