We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76f9561 + 7b1f39e commit e8e1468Copy full SHA for e8e1468
resources/js/components/shared/IconDropdown.vue
@@ -134,7 +134,7 @@ export default {
134
};
135
</script>
136
137
-<style lang="scss">
+<style lang="scss" scoped>
138
$iconSize: 19px;
139
$multiselect-height: 33px;
140
@@ -223,7 +223,7 @@ $multiselect-height: 33px;
223
.icon-selected {
224
width: 19px;
225
height: 19px;
226
- margin-top: -4px;
+ margin-top: 0;
227
}
228
229
.icon-squares {
resources/js/components/shared/LaunchpadSettingsModal.vue
@@ -1275,6 +1275,7 @@ label {
1275
text-align: left;
1276
1277
1278
+
1279
.modal-content-custom .column-container {
1280
overflow-y: auto;
1281
0 commit comments