0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

update comment

This commit is contained in:
Mark Otto 2016-10-02 20:36:49 -07:00
parent 5d04353d6b
commit 44b49d1dd8

View File

@ -313,8 +313,7 @@ button,
select,
textarea {
// Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are
// properly inherited. However, `line-height` isn't addressed there. Using this
// ensures we don't need to unnecessarily redeclare the global font stack.
// properly inherited. However, `line-height` isn't inherited there.
line-height: inherit;
}