mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix dashboard feed panel rendering
Summary: D10355 made these a little too spacious. Test Plan: {F195110} Reviewers: chad, btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4057 Differential Revision: https://secure.phabricator.com/D10360
This commit is contained in:
parent
7cdee1884e
commit
12a382885f
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ return array(
|
|||
'rsrc/css/application/differential/table-of-contents.css' => '6bf8e1d2',
|
||||
'rsrc/css/application/diffusion/diffusion-icons.css' => '9c5828da',
|
||||
'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661',
|
||||
'rsrc/css/application/feed/feed.css' => '4e544db4',
|
||||
'rsrc/css/application/feed/feed.css' => '7bfc6f12',
|
||||
'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad',
|
||||
'rsrc/css/application/flag/flag.css' => '5337623f',
|
||||
'rsrc/css/application/harbormaster/harbormaster.css' => '49d64eb4',
|
||||
|
@ -715,7 +715,7 @@ return array(
|
|||
'phabricator-drag-and-drop-file-upload' => '8c49f386',
|
||||
'phabricator-draggable-list' => 'bfccc644',
|
||||
'phabricator-fatal-config-template-css' => '25d446d6',
|
||||
'phabricator-feed-css' => '4e544db4',
|
||||
'phabricator-feed-css' => '7bfc6f12',
|
||||
'phabricator-file-upload' => 'a4ae61bf',
|
||||
'phabricator-filetree-view-css' => 'fccf9f82',
|
||||
'phabricator-flag-css' => '5337623f',
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
|
||||
.dashboard-panel .phabricator-feed-frame .phui-feed-story-body {
|
||||
padding: 8px 0;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.dashboard-panel .phabricator-feed-frame .phui-feed-story-foot {
|
||||
|
|
Loading…
Reference in a new issue