Bug 1780444 part 1: Use the default "overflow-clip-box" value ("padding-box") on textarea, to match other browsers on not-clipping overly-long lines at the content/padding box threshold. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D152309
This commit is contained in:
Daniel Holbert 2022-07-21 17:14:41 +00:00
Родитель 034d8039a6
Коммит d1c8cf3e12
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -118,7 +118,6 @@ textarea {
resize: both;
white-space: pre-wrap;
word-wrap: break-word;
overflow-clip-box: padding-box content-box;
}
/* A few properties that we don't want to inherit by default: */