Skip to content

Commit

Permalink
Utilise la hauteur de ligne par défaut dans les <textarea>
Browse files Browse the repository at this point in the history
La version de normalize.css utilisée règle `line-height: 1.15` sur les
<textarea>. Cela ne marche pas bien avec certaines polices, causant
des chevauchements des sélections entre les lignes.

https://github.com/necolas/normalize.css/blob/7.0.0/normalize.css#L247

Fix #4590.
  • Loading branch information
motet-a authored and artragis committed Aug 31, 2017
1 parent d873968 commit bdb747a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/base/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
width: calc(98% - 2px);
padding: 10px 1%;
font-family: $font-monospace;
line-height: normal;
}

input,
Expand Down

0 comments on commit bdb747a

Please sign in to comment.