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

style(console): fix free plan notification margin-bottom (#4249)

style(console): fix free plan notification margin bottom
This commit is contained in:
Xiao Yijun 2023-07-27 16:06:17 +08:00 committed by GitHub
parent 1c49e52dee
commit 956d314d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
justify-content: space-between;
align-items: center;
gap: _.unit(6);
margin-bottom: _.unit(6);
margin-bottom: _.unit(4);
.image {
flex-shrink: 0;