mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 13:19:02 +00:00
Fix order book alignement in iOS (#127)
This commit is contained in:
parent
e4e33d39f5
commit
ce1cf4ef99
@ -136,3 +136,9 @@ input[type=number] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.MuiButton-textInherit {color : '#111111';}
|
.MuiButton-textInherit {color : '#111111';}
|
||||||
|
|
||||||
|
@media (max-width: 929px) {
|
||||||
|
.MuiDataGrid-columnHeaders + div {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user