mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
fix(console): set user select to none for link button (#1446)
This commit is contained in:
parent
78cba36e8f
commit
d293de0d03
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
text-decoration: none;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
|
||||
> *:not(:first-child) {
|
||||
margin-left: _.unit(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue