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:
raymondh3
2019-10-07 11:05:50 -05:00
committed by Cassie Levett
parent 377cb9afda
commit b5d68531f0
+1 -1
View File
@@ -525,7 +525,7 @@ span.sheet-attr {
font-weight: bold;
cursor: pointer;
position: relative;
margin-left: -91px;
margin-left: -79px;
}
input.sheet-opt {