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:
parent
6b99cc1f2e
commit
757e8ea2b0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue