Skip to content

Commit fd572d7

Browse files
fix analysis tabs
1 parent 6b3e73d commit fd572d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sass/static/trade_beta.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,6 @@
681681
}
682682
@media all and (max-width: 640px) {
683683
#trading_socket_container_beta {
684-
#analysis_tabs {
685-
white-space: nowrap;
686-
}
687684
div#contract_market_form_container {
688685
ul#contract_form_name_nav {
689686
white-space: nowrap !important;
@@ -819,6 +816,9 @@
819816
#trading_analysis_content {
820817
height: 100%;
821818
font-size: 1rem;
819+
#analysis_tabs {
820+
white-space: nowrap;
821+
}
822822
.tab-menu {
823823
background: transparent !important;
824824
border: 0 !important;

0 commit comments

Comments
 (0)