0
Fork 0
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:
Xiao Yijun 2023-01-17 18:09:48 +08:00 committed by GitHub
parent 92968c49dd
commit 2fa911422e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
display: flex;
flex-direction: column;
overflow-y: auto;
padding-bottom: _.unit(6);
}
.header {

View file

@ -4,6 +4,7 @@
display: flex;
flex-direction: column;
overflow-y: auto;
padding-bottom: _.unit(6);
}
.header {