Fixed styling issues.

This commit is contained in:
Cooper Dalrymple
2025-07-22 11:15:15 -05:00
parent cb46bcf4f8
commit 452973695c

View File

@@ -106,11 +106,13 @@ article.ogrealert-message {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0; margin: 0;
padding: 0; padding: var(--ogrealert--padding, 1rem);
clear: both; clear: both;
box-sizing: border-box;
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
gap: var(--ogrealert--padding, 1rem);
.ogrealert-title { .ogrealert-title {
@include screen-reader-text; @include screen-reader-text;
@@ -132,7 +134,7 @@ article.ogrealert-message {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0; margin: 0;
padding: var(--ogrealert--padding, 1rem); padding: 0;
font-size: var(--ogrealert--font-size, 1rem); font-size: var(--ogrealert--font-size, 1rem);
line-height: var(--ogrealert--line-height, 1.5); line-height: var(--ogrealert--line-height, 1.5);
@@ -164,6 +166,7 @@ article.ogrealert-message {
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
margin: auto 0; margin: auto 0;
position: relative;
font-size: 0; font-size: 0;
line-height: 0; line-height: 0;