mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Fix long thread titles in Conpherence
Summary: Fixes T3161 - Long Conpherence titles cause layout issues, picked a reasonable size to break it. Test Plan: Create a long title, see the ellipses. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3161 Differential Revision: https://secure.phabricator.com/D5927
This commit is contained in:
parent
614e826e7b
commit
27f016ba14
2 changed files with 4 additions and 1 deletions
|
@ -927,7 +927,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'conpherence-menu-css' =>
|
||||
array(
|
||||
'uri' => '/res/3a60b96c/rsrc/css/application/conpherence/menu.css',
|
||||
'uri' => '/res/9991071e/rsrc/css/application/conpherence/menu.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -105,6 +105,9 @@
|
|||
font-size: 13px;
|
||||
color: #ffffff;
|
||||
text-shadow: 0px 1px 1px #000000;
|
||||
overflow: hidden;
|
||||
width: 160px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.conpherence-menu .conpherence-menu-item-view .conpherence-menu-item-subtitle {
|
||||
|
|
Loading…
Reference in a new issue