Avoid a Chrome bug causing text to be cut off in topic subject input

Bug: T345489
Change-Id: If153da43bf3dc5d6d3f78aee75c3765381acad50
This commit is contained in:
Bartosz Dziewoński 2023-09-06 00:41:22 +02:00
parent 3a9bbd66a8
commit 461809a060

View file

@ -21,6 +21,13 @@
padding: 0;
border: 0;
margin-top: 4px;
.oo-ui-inputWidget-input {
// Support: Chrome
// Work around a bug causing some characters to be cut off vertically (T345489#9141063)
// https://bugs.chromium.org/p/chromium/issues/detail?id=1162116
line-height: 3;
}
}
.ext-discussiontools-ui-replyWidget {