mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 17:49:58 -06:00
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:
@@ -1097,7 +1097,7 @@ span.status {
|
||||
}
|
||||
span.status.vhshift {
|
||||
margin-top: 0;
|
||||
margin-right: -9px;
|
||||
/* margin-right: -9px; */
|
||||
}
|
||||
span.status.vshift {
|
||||
margin-top: -16px;
|
||||
|
||||
Reference in New Issue
Block a user