0
Fork 0
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:
Charles Zhao 2023-05-08 18:53:51 +08:00 committed by GitHub
parent c3c9216305
commit 1066e5c707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
.main {
width: 100%;
height: 100%;
padding: 0 _.unit(6) 0 _.unit(2);
min-width: 636px;