Align sortable handle vertically in multivalues prevalue editor

This commit is contained in:
Bjarne Fyrstenborg
2021-09-19 20:35:43 +02:00
committed by Nathan Woulfe
parent 9a246a1970
commit 46e6f050cb

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 {