html - Invisible span is adding whitespace -
html - Invisible span is adding whitespace -
i have hidden span holds id
in view can maintain track of info adding whitespace , pushing content over.
is there anyway remove whitespace? not issue until id number started increment single double , triple digits in length, , makes awkward space in front end of elements. tried adding margin , padding tags style nil worked. :(
my span is
<span style="visibility:hidden" class="id col-xs-0">@html.displayfor(modelitem => item.id)</span>
example: id randy 7 , id mel 1026, causes whitespace mel , makes offset.
note: tested theory out removing span , lined correctly, positive span causing this.
thank you!
have tried display: none
span?
html css
Comments
Post a Comment