Fix Ongoing hazard list text layout

This commit is contained in:
mrkmntal 2026-04-16 17:09:31 -04:00
commit ab0b915249
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
.ongoing {
width: 14%;
text-align: right;
text-align: center;
padding-right: 4px;
}
}
@ -79,7 +79,7 @@
.ongoing {
width: 14%;
text-align: right;
text-align: center;
padding-right: 4px;
color: #fff;
}

File diff suppressed because one or more lines are too long