mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 00:10:57 +01:00
Fix subscribers in PHUIDocument
Summary: This resolves a wrapping issue in phui-document-css Test Plan: reload page, subscribers no longer wrap. Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7301
This commit is contained in:
parent
503f413789
commit
b3ca73ff1b
2 changed files with 1 additions and 5 deletions
|
@ -3779,7 +3779,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phui-document-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/f744b3b2/rsrc/css/phui/phui-document.css',
|
||||
'uri' => '/res/cac7a825/rsrc/css/phui/phui-document.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -97,10 +97,6 @@
|
|||
background-color: #f6f7f8;
|
||||
}
|
||||
|
||||
.phui-document-content .phui-property-list-value {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.phui-document-content {
|
||||
min-height: 240px;
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in a new issue