1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Reduce subtitle length in Conpherence menu

Summary: If you have a subtitle that is long and a new count indicator, they overlap. This gives a little space.

Test Plan: fake a count

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12429
This commit is contained in:
Chad Little 2015-04-15 16:19:18 -07:00
parent 9796515b70
commit 54b513286c
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ return array(
'rsrc/css/application/conpherence/durable-column.css' => '51c1e074',
'rsrc/css/application/conpherence/menu.css' => 'f389e048',
'rsrc/css/application/conpherence/message-pane.css' => '75c23c74',
'rsrc/css/application/conpherence/notification.css' => '72178795',
'rsrc/css/application/conpherence/notification.css' => 'd208f806',
'rsrc/css/application/conpherence/transaction.css' => '25138b7f',
'rsrc/css/application/conpherence/update.css' => '1099a660',
'rsrc/css/application/conpherence/widget-pane.css' => 'a9082fd0',
@ -518,7 +518,7 @@ return array(
'conpherence-durable-column-view' => '51c1e074',
'conpherence-menu-css' => 'f389e048',
'conpherence-message-pane-css' => '75c23c74',
'conpherence-notification-css' => '72178795',
'conpherence-notification-css' => 'd208f806',
'conpherence-thread-manager' => '0a5192c4',
'conpherence-transaction-css' => '25138b7f',
'conpherence-update-css' => '1099a660',

View file

@ -51,7 +51,7 @@
font-size: 11px;
margin-top: 2px;
margin-left: 46px;
width: 314px;
width: 290px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;