0
Fork 0
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:
Charles Zhao 2024-07-22 13:39:39 +08:00 committed by GitHub
parent 94e692aa97
commit 3538b1efd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,4 +4,5 @@
width: 248px;
overflow-y: auto;
margin-bottom: _.unit(6);
flex-shrink: 0;
}