From 3714358c3db140616208f77b9c1e94c1d00c19bf Mon Sep 17 00:00:00 2001 From: Plastikaweb Date: Wed, 15 Mar 2017 16:16:12 +0100 Subject: [PATCH] fix(covalent): hack to prevent vertical scroll on input search component covalent issue: https://github.com/Teradata/covalent/issues/412 --- src/styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 95620c0..902de73 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -13,6 +13,7 @@ } } } + @media (max-width: 600px) { md-toolbar { // text for toolbar list @@ -37,6 +38,7 @@ a[md-list-item], .place-detail-box { opacity: 0; transform: translateX(-20px); } + md-card-title > h3 { margin: 0; } @@ -47,6 +49,13 @@ app-activity-indicator { z-index: 1; } +// TODO - remove rule +// should be fixed in Covalent Beta3 +// https://github.com/Teradata/covalent/issues/412 +.td-search-input { + height: 71px !important; +} + //