Align sortable handle vertically in multivalues prevalue editor
(cherry picked from commit 46e6f050cb)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
7548074fa3
commit
a09103dc82
@@ -45,15 +45,15 @@
|
||||
|
||||
&.ui-sortable-handle,
|
||||
.ui-sortable-handle,
|
||||
.handle
|
||||
{
|
||||
.handle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
i {
|
||||
.umb-icon,
|
||||
i.icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 5px
|
||||
align-self: center;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user