Align sortable handle vertically in multivalues prevalue editor

(cherry picked from commit 46e6f050cb)
This commit is contained in:
Bjarne Fyrstenborg
2021-09-19 20:35:43 +02:00
committed by Sebastiaan Janssen
parent 7548074fa3
commit a09103dc82

View File

@@ -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 {