mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Wrong min-height & min-width reset.
This commit is contained in:
parent
8bf903ee6b
commit
52da9e952a
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ body {/*overflow-y: scroll;*/}
|
|||
text-transform: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue