Skip to content

Commit

Permalink
fix(covalent): hack to prevent vertical scroll on input search component
Browse files Browse the repository at this point in the history
covalent issue: Teradata/covalent#412
  • Loading branch information
plastikaweb committed Mar 15, 2017
1 parent bcadeb3 commit 3714358
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
}
}

@media (max-width: 600px) {
md-toolbar {
// text for toolbar list
Expand All @@ -37,6 +38,7 @@ a[md-list-item], .place-detail-box {
opacity: 0;
transform: translateX(-20px);
}

md-card-title > h3 {
margin: 0;
}
Expand All @@ -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;
}

// <radius buttons not active< //
.mat-primary.button-radius {
background-color: mat-color($primary, 400);
Expand Down

0 comments on commit 3714358

Please sign in to comment.