Skip to content

Commit a09103d

Browse files
bjarnefnul800sebastiaan
authored andcommitted
Align sortable handle vertically in multivalues prevalue editor
(cherry picked from commit 46e6f05)
1 parent 7548074 commit a09103d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Umbraco.Web.UI.Client/src/less/components/prevalues/multivalues.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545

4646
&.ui-sortable-handle,
4747
.ui-sortable-handle,
48-
.handle
49-
{
48+
.handle {
5049
cursor: move;
5150
}
5251

53-
i {
52+
.umb-icon,
53+
i.icon {
5454
display: flex;
55-
align-items: center;
56-
margin-right: 5px
55+
align-self: center;
56+
margin-right: 5px;
5757
}
5858

5959
a {

0 commit comments

Comments
 (0)