diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-14 10:18:10 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-14 10:18:10 -0500 |
commit | 471eccd8cc70a0edcf52e4835b8c8dfd21fbeb69 (patch) | |
tree | 666972dd9cd62251b8e2819757e9f9d08d35a923 | |
parent | 6b2f132842ef77edf5ed878979abb1dcb4aaf976 (diff) | |
download | thoughts-471eccd8cc70a0edcf52e4835b8c8dfd21fbeb69.tar.gz thoughts-471eccd8cc70a0edcf52e4835b8c8dfd21fbeb69.tar.bz2 thoughts-471eccd8cc70a0edcf52e4835b8c8dfd21fbeb69.zip |
Fix flash message widening page beyond browser window
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
48 | width: 100%; | 48 | width: 100%; |
49 | text-align: center; | 49 | text-align: center; |
50 | padding: .25em; | 50 | padding: .25em; |
51 | font-weight: bold | 51 | font-weight: bold; |
52 | box-sizing: border-box; | ||
52 | } | 53 | } |
53 | 54 | ||
54 | .flash-notice { | 55 | .flash-notice { |