From a6893c8ceb809b3b4cf00d131d104d0d9196cbad Mon Sep 17 00:00:00 2001 From: David Date: Wed, 7 Sep 2022 21:17:55 +0200 Subject: [PATCH] Change css to fix order book alignment in safari desktop (#225) Changing css to fix order book alignement in safari desktop --- frontend/static/css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/static/css/index.css b/frontend/static/css/index.css index 7fa15585..99cfa2c0 100644 --- a/frontend/static/css/index.css +++ b/frontend/static/css/index.css @@ -153,11 +153,11 @@ input[type=number] { background: rgba(0, 0, 0, 0.5); } +.MuiDataGrid-columnHeaders + div { + width: auto !important; +} + @media (max-width: 929px) { - .MuiDataGrid-columnHeaders + div { - width: auto !important; - } - .appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) { overflow-y: scroll; margin-top: 12px;