changeset 236:56824b639e54

Add vertical padding below jvm-info subviews Reviewed-by: clessard Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025280.html
author Andrew Azores <aazores@redhat.com>
date Tue, 03 Oct 2017 12:28:42 -0400
parents 0058493033d9
children 68d7308271aa
files src/app/components/jvm-info/jvm-info.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/components/jvm-info/jvm-info.html	Tue Oct 03 14:48:55 2017 -0400
+++ b/src/app/components/jvm-info/jvm-info.html	Tue Oct 03 12:28:42 2017 -0400
@@ -145,6 +145,7 @@
 
   <div class="row">
     <ui-view></ui-view>
+    <div class="form-group" style="height: 20vh;"></div>
   </div>
 
 </div>