Skip to content

Commit 2974cfe

Browse files
committed
chore: reduce padding around dropDown icon
1 parent 62eda99 commit 2974cfe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

core/client/components/menu/KMenu.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ function onClicked (event) {
141141
</script>
142142

143143
<style lang="scss" scoped>
144-
.q-btn-dropdown__arrow {
145-
margin-left: 0px !important;
146-
}
144+
.q-btn {
145+
padding: 4px 6px 4px 2px;
146+
}
147+
.q-btn-dropdown__arrow {
148+
margin-left: 0px !important;
149+
}
147150
</style>

0 commit comments

Comments
 (0)