1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-28 16:30:59 +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:
Chad Little 2013-10-14 11:38:05 -07:00
parent 503f413789
commit b3ca73ff1b
2 changed files with 1 additions and 5 deletions

View file

@ -3779,7 +3779,7 @@ celerity_register_resource_map(array(
), ),
'phui-document-view-css' => 'phui-document-view-css' =>
array( array(
'uri' => '/res/f744b3b2/rsrc/css/phui/phui-document.css', 'uri' => '/res/cac7a825/rsrc/css/phui/phui-document.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -97,10 +97,6 @@
background-color: #f6f7f8; background-color: #f6f7f8;
} }
.phui-document-content .phui-property-list-value {
width: auto;
}
.phui-document-content { .phui-document-content {
min-height: 240px; min-height: 240px;
background: #fff; background: #fff;