From 4e5297f69a38216bec811d22867bb94f3b5e4153 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 9 Jun 2015 12:19:31 -0700 Subject: [PATCH] Work-around to eliminate whitespace side-effects on video layout --- modules/pcjs/templates/components.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pcjs/templates/components.css b/modules/pcjs/templates/components.css index 78b69f08d..9be76b1d7 100644 --- a/modules/pcjs/templates/components.css +++ b/modules/pcjs/templates/components.css @@ -113,6 +113,7 @@ clear: both; height: auto; 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 { position: absolute;