Skip to content

Commit 3a3757b

Browse files
committed
center the status banner message for better prominence
1 parent 7a3956d commit 3a3757b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/shared/modules/status-message/status-banner/status-banner.component.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
.status-message {
1111
text-wrap: wrap;
12+
display: flex;
13+
width: 100%;
14+
justify-content: center;
1215
}
1316

1417
.toolbar-WARN {

0 commit comments

Comments
 (0)