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:
parent
1c49e52dee
commit
956d314d03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue