0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): CardTitle should not be shrunk in the flex layout (#2484)

This commit is contained in:
Xiao Yijun 2022-11-22 12:56:20 +08:00 committed by GitHub
parent 536a8d7e82
commit 683a2d93d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
.container {
overflow: hidden;
flex-shrink: 0;
.title {
color: var(--color-text);