fixed accordion at small screen size and resolved label
Change-Id: Ic0d17f91c8a54ce273d985b0ff6d85fb528d8098
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/styles/log.scss b/app/server-health/styles/log.scss
index d328139..f50a152 100644
--- a/app/server-health/styles/log.scss
+++ b/app/server-health/styles/log.scss
@@ -154,7 +154,6 @@
.btn-export, .btn-meta-copy,
.btn-delete,
.btn-resolve {
- text-transform: capitalize;
color: black;
font-size: .9em;
font-weight: 700;
@@ -299,6 +298,7 @@
-webkit-transition: 0.5s linear max-height;
transition: 0.5s linear max-height;
&.active {
+ max-height: 1000px;
@include mediaQuery(small) {
max-height: 1000px;
}