0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): fix detail page height in small window (#1820)

This commit is contained in:
Wang Sijie 2022-08-29 11:36:35 +08:00 committed by GitHub
parent 7cf567dca7
commit 71041beef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
@use '@/scss/underscore' as _;
.container {
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;
min-width: min-content;