mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
fix(console): fix domain items vertical spacing in get-started page (#5362)
This commit is contained in:
parent
bc127751b3
commit
833bef61e7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
.list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: _.unit(8);
|
||||
gap: _.unit(3) _.unit(8);
|
||||
}
|
||||
|
||||
.app {
|
||||
|
|
Loading…
Add table
Reference in a new issue