mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
fix(console): main content should take 100% available height (#3818)
This commit is contained in:
parent
c3c9216305
commit
1066e5c707
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
.main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 _.unit(6) 0 _.unit(2);
|
||||
min-width: 636px;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue