mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Add no-minw class to avoid odd behavior
This commit is contained in:
parent
36b573e6a8
commit
03a9873a0c
|
@ -17,6 +17,11 @@
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-min-w {
|
||||||
|
// Remove min-width
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.logo-svg {
|
.logo-svg {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user