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

Commit

Permalink
Merge pull request #230 from LiskHQ/214-fix-input-label-overflow
Browse files Browse the repository at this point in the history
Fix input label overflow - Closes #214
  • Loading branch information
slaweet authored May 18, 2017
2 parents e1b5461 + 698c0cc commit ec07b7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/components/main/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ md-toast.lsk-toast-error {
}
}


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

md-menu-item md-checkbox {
margin: 0;
padding: 8px;
Expand Down

0 comments on commit ec07b7a

Please sign in to comment.