changeset 179:dadde8a1648c

Explicitly fill width of parent
author Lucas Thompson <dev@lucas.im>
date Wed, 22 Mar 2017 11:15:45 +0000
parents 539dd65d56ea
children a1983e30cdd7
files src/app/waveform/waveform.component.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/waveform/waveform.component.css	Wed Mar 22 11:14:40 2017 +0000
+++ b/src/app/waveform/waveform.component.css	Wed Mar 22 11:15:45 2017 +0000
@@ -1,3 +1,4 @@
 .track {
   height: 320px;
+  width: 100%;
 }