mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
changed the number in margin-left (#5518)
for some reason -91 makes one line of text go massively to the left but -78 and -79 fix it so thank you when you push this live and if anyone knows why this happens i would find it interesting to know
This commit is contained in:
@@ -525,7 +525,7 @@ span.sheet-attr {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
margin-left: -91px;
|
||||
margin-left: -79px;
|
||||
}
|
||||
|
||||
input.sheet-opt {
|
||||
|
||||
Reference in New Issue
Block a user