diff --git a/stylesheets/components/BadgeDialog.scss b/stylesheets/components/BadgeDialog.scss index 2d62542fb..b6415bdce 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; }