0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): button space on the guide header (#1317)

This commit is contained in:
Xiao Yijun 2022-06-30 15:36:01 +08:00 committed by GitHub
parent 40c8d0eeed
commit 0e93792fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@
} }
.getSampleButton { .getSampleButton {
margin-right: _.unit(15); margin: 0 _.unit(15) 0 _.unit(6);
} }
} }