From 471eccd8cc70a0edcf52e4835b8c8dfd21fbeb69 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 14 Jan 2025 10:18:10 -0500 Subject: Fix flash message widening page beyond browser window --- app/assets/stylesheets/main/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/main/layout.scss') diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 5f5d0e6..6d79c73 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss @@ -48,7 +48,8 @@ body#main-body { width: 100%; text-align: center; padding: .25em; - font-weight: bold + font-weight: bold; + box-sizing: border-box; } .flash-notice { -- cgit 1.4.1