0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

style(console): center align create buttons on list page (#2586)

This commit is contained in:
Xiao Yijun 2022-12-05 16:37:34 +08:00 committed by GitHub
parent cbb61eff23
commit 9616b9383c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
.headline {
display: flex;
justify-content: space-between;
align-items: center;
}
.table {