mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Avoid a Chrome bug causing text to be cut off in topic subject input
Bug: T345489 Change-Id: If153da43bf3dc5d6d3f78aee75c3765381acad50
This commit is contained in:
parent
3a9bbd66a8
commit
461809a060
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue