Skip to content

Commit

Permalink
Merge pull request #95 from legalthings/number_with_large_unit_problem
Browse files Browse the repository at this point in the history
Fix positioning of units label
  • Loading branch information
svenstm committed Mar 13, 2018
2 parents 1edc274 + 1a57f9b commit 9e43135
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,9 @@

.material .form-group textarea {
line-height: 1.8;
}
}

.material .form-control + .input-group-addon:not(:first-child),
.material .form-control + .input-group-btn:not(:first-child) {
width: auto;
}

0 comments on commit 9e43135

Please sign in to comment.