Browse Source

Make the textLayer divs prevent whitespaces

Julian Viereck 13 years ago
parent
commit
58ed7fc35c
  1. 1
      web/viewer.css

1
web/viewer.css

@ -1066,6 +1066,7 @@ canvas { @@ -1066,6 +1066,7 @@ canvas {
color: transparent;
position: absolute;
line-height:1.3;
white-space:pre;
}
/* TODO: file FF bug to support ::-moz-selection:window-inactive

Loading…
Cancel
Save