Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In modern Chrome textareas (in edit mode) get additional padding of ~2px. Before this commit, with default box-sizing and `width: 100%` of both inputs and textareas in the edit mode those are of different total width and look ugly. Setting `box-sizing` to `border-box` fixes the problem.
- Loading branch information