Align sortable handle vertically in multivalues prevalue editor
This commit is contained in:
committed by
Nathan Woulfe
parent
9a246a1970
commit
46e6f050cb
@@ -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