Fix order book alignement in iOS (#127)

This commit is contained in:
David 2022-05-07 23:21:12 +02:00 committed by GitHub
parent e4e33d39f5
commit ce1cf4ef99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,4 +135,10 @@ input[type=number] {
filter: drop-shadow(0.5px 0.5px 0.5px #000000);
}
.MuiButton-textInherit {color : '#111111';}
.MuiButton-textInherit {color : '#111111';}
@media (max-width: 929px) {
.MuiDataGrid-columnHeaders + div {
width: auto !important;
}
}