Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix input label overflow - Closes #214
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed May 16, 2017
1 parent 878ccce commit ed2524f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/main/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ md-toast.lsk-toast-error {
background-color: #c62828;
}
}

html body md-input-container {
overflow-x: initial;
}

0 comments on commit ed2524f

Please sign in to comment.