Skip to content

Commit e8e1468

Browse files
authored
Merge pull request #8557 from ProcessMaker/bugfix/FOUR-24942
FOUR-24942: The Default Icon is not centered on the LaunchPad icon
2 parents 76f9561 + 7b1f39e commit e8e1468

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/js/components/shared/IconDropdown.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
};
135135
</script>
136136

137-
<style lang="scss">
137+
<style lang="scss" scoped>
138138
$iconSize: 19px;
139139
$multiselect-height: 33px;
140140
@@ -223,7 +223,7 @@ $multiselect-height: 33px;
223223
.icon-selected {
224224
width: 19px;
225225
height: 19px;
226-
margin-top: -4px;
226+
margin-top: 0;
227227
}
228228
229229
.icon-squares {

resources/js/components/shared/LaunchpadSettingsModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ label {
12751275
text-align: left;
12761276
}
12771277
}
1278+
12781279
.modal-content-custom .column-container {
12791280
overflow-y: auto;
12801281
}

0 commit comments

Comments
 (0)