changeset 173:a121b5cd3842

Fix the height of the waves-ui / waveform component for use in the analysis item components.
author Lucas Thompson <dev@lucas.im>
date Tue, 21 Mar 2017 17:12:20 +0000
parents b15236b03a28
children 8f50e2b220e8
files src/app/waveform/waveform.component.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/waveform/waveform.component.css	Tue Mar 21 17:11:23 2017 +0000
+++ b/src/app/waveform/waveform.component.css	Tue Mar 21 17:12:20 2017 +0000
@@ -1,3 +1,3 @@
 .track {
-  height: 100%;
+  height: 320px;
 }