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

fix(console): button icon and text margin (#4773)

This commit is contained in:
Charles Zhao 2023-10-27 09:40:58 +08:00 committed by GitHub
parent 6b99cc1f2e
commit 757e8ea2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
user-select: none;
position: relative;
text-decoration: none;
gap: _.unit(2);
&.withIcon {
display: inline-flex;
@ -43,7 +44,6 @@
.icon {
display: flex;
align-items: center;
gap: _.unit(2);
}
.trailingIcon {