Skip to content

Commit aec74e6

Browse files
committed
fix(LaunchpadSettingsModal): adjust margin for selected icons in multiselect component
1 parent 38b777f commit aec74e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/js/components/shared/LaunchpadSettingsModal.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,11 @@ label {
12751275
text-align: left;
12761276
}
12771277
}
1278+
.multiselect-icons.custom-multiselect {
1279+
.icon-selected {
1280+
margin-top: 0;
1281+
}
1282+
}
12781283
.modal-content-custom .column-container {
12791284
overflow-y: auto;
12801285
}

0 commit comments

Comments
 (0)