diff --git a/app/assets/stylesheets/01_common.scss b/app/assets/stylesheets/01_common.scss index 47b94bc1d..a0a1d51b3 100644 --- a/app/assets/stylesheets/01_common.scss +++ b/app/assets/stylesheets/01_common.scss @@ -6,6 +6,11 @@ body { scroll-behavior: smooth; } +// Forces line breaks to prevent buttons from overflowing their container +input[type="submit"] { + white-space: normal; +} + .page-wrapper { position: relative; min-height: 100%;