mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): add padding-bottom to get-started and dashboard page (#2966)
This commit is contained in:
parent
92968c49dd
commit
2fa911422e
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
padding-bottom: _.unit(6);
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
padding-bottom: _.unit(6);
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
Loading…
Reference in a new issue