mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Avoid space splits user dropdown in 2
This commit is contained in:
parent
0413c070f7
commit
eac74aacde
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ export default {
|
|||
|
||||
::v-deep .btn {
|
||||
margin-left: .5rem;
|
||||
&.dropdown-toggle-split {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue