style: comment out margin adjustment in span.status for layout consistency

- Commented out the margin-right property in span.status.vhshift to prevent potential layout issues.
This commit is contained in:
Zack Spear
2025-05-08 16:58:40 -07:00
parent 889c2d209b
commit 27bbadd16b

View File

@@ -1097,7 +1097,7 @@ span.status {
}
span.status.vhshift {
margin-top: 0;
margin-right: -9px;
/* margin-right: -9px; */
}
span.status.vshift {
margin-top: -16px;