Work-around to eliminate whitespace side-effects on video layout

This commit is contained in:
Jeff Parsons 2015-06-09 12:19:31 -07:00
commit 4e5297f69a

View file

@ -113,6 +113,7 @@
clear: both; clear: both;
height: auto; height: auto;
position: relative; position: relative;
line-height: 0; /* this is just an attempt to eliminate the side-effects of any whitespace between inner DIVs */
} }
.pcjs-video-object textarea { .pcjs-video-object textarea {
position: absolute; position: absolute;