diff --git a/stylesheets/components/BadgeDialog.scss b/stylesheets/components/BadgeDialog.scss index 2d62542fb5c5..b6415bdce82e 100644 --- a/stylesheets/components/BadgeDialog.scss +++ b/stylesheets/components/BadgeDialog.scss @@ -115,6 +115,12 @@ &__instructions-button { width: 100%; + + // We use this selector for specificity. + &.module-Button { + font-size: 17px; + } + &--hidden { visibility: hidden; }