diff --git a/theme/src/client/components/VPButton.vue b/theme/src/client/components/VPButton.vue index 46d81804..a8ebd949 100644 --- a/theme/src/client/components/VPButton.vue +++ b/theme/src/client/components/VPButton.vue @@ -152,6 +152,11 @@ function linkTo(e: Event) { height: 1.2em; } +.vp-button .button-content :deep(.vp-icon.fontawesome) { + width: initial; + height: initial; +} + .vp-button + .vp-button { margin-left: 1em; }