diff --git a/app/src/components/v-button/v-button.vue b/app/src/components/v-button/v-button.vue index 197187e90c..6b919f87ae 100644 --- a/app/src/components/v-button/v-button.vue +++ b/app/src/components/v-button/v-button.vue @@ -305,6 +305,8 @@ body { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + padding: 0 1px; // Fixes slightly cropped icons + margin: 0 -1px; // Fixes slightly cropped icons } .content {