mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): sidebar width should not be shrunk (#6299)
This commit is contained in:
parent
94e692aa97
commit
3538b1efd7
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
|||
width: 248px;
|
||||
overflow-y: auto;
|
||||
margin-bottom: _.unit(6);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue