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:
parent
7cf567dca7
commit
71041beef9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
@use '@/scss/underscore' as _;
|
||||
|
||||
.container {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: min-content;
|
||||
|
|
Loading…
Reference in a new issue