mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 15:21:03 +01:00
Tighten spacing on audit status icons
Summary: Less space Test Plan: Checked out audit page. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6940
This commit is contained in:
parent
b91508c045
commit
1fa59c2e42
2 changed files with 2 additions and 2 deletions
|
@ -3837,7 +3837,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phui-status-list-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/b56a8a64/rsrc/css/phui/phui-status.css',
|
||||
'uri' => '/res/02351f1a/rsrc/css/phui/phui-status.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
.phui-status-item-target {
|
||||
padding: 0 12px 0 4px;
|
||||
padding: 0 12px 0 0;
|
||||
line-height: 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue