We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3e73d commit fd572d7Copy full SHA for fd572d7
src/sass/static/trade_beta.scss
@@ -681,9 +681,6 @@
681
}
682
@media all and (max-width: 640px) {
683
#trading_socket_container_beta {
684
- #analysis_tabs {
685
- white-space: nowrap;
686
- }
687
div#contract_market_form_container {
688
ul#contract_form_name_nav {
689
white-space: nowrap !important;
@@ -819,6 +816,9 @@
819
816
#trading_analysis_content {
820
817
height: 100%;
821
818
font-size: 1rem;
+ #analysis_tabs {
+ white-space: nowrap;
+ }
822
.tab-menu {
823
background: transparent !important;
824
border: 0 !important;
0 commit comments