mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -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 {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
padding: 0 _.unit(6) 0 _.unit(2);
|
padding: 0 _.unit(6) 0 _.unit(2);
|
||||||
min-width: 636px;
|
min-width: 636px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue