diff --git a/src/index.scss b/src/index.scss index 3fe4babf..310284fd 100644 --- a/src/index.scss +++ b/src/index.scss @@ -48,6 +48,10 @@ body { user-select: none; } +.#{$ns}-button-text > img { + display: block; +} + .#{$ns}-form-group > .#{$ns}-label { font-weight: bolder; }