Page MenuHomePhabricator

D21026.diff
No OneTemporary

D21026.diff

diff --git a/webroot/rsrc/css/aphront/tokenizer.css b/webroot/rsrc/css/aphront/tokenizer.css
--- a/webroot/rsrc/css/aphront/tokenizer.css
+++ b/webroot/rsrc/css/aphront/tokenizer.css
@@ -72,7 +72,17 @@
cursor: pointer;
border-radius: 3px;
color: {$sh-bluetext};
- min-height: 16px;
+
+ /* See T13495. Certain Chinese glyphs can cause layout artifacts unless
+ we're fairly aggressive about specifying element sizing. */
+
+ line-height: 18px;
+ min-height: 20px;
+ max-height: 20px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 95%;
}
a.jx-tokenizer-token:hover {

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 9, 6:18 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390507
Default Alt Text
D21026.diff (629 B)

Event Timeline