Fix Workboard task spacing

Summary: Restricts the padding change to homepage only. Derped this.

Test Plan: View Homepage, View Workboard. Proper layouts ensue.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11534
This commit is contained in:
Chad Little
2015-01-28 08:45:23 -08:00
parent eaa883cf37
commit 99722e08fa
2 changed files with 8 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ ul.phui-object-item-list-view {
padding: 4px;
}
.phui-object-item-list-view.phui-object-list-flush .phui-object-item {
.homepage-panel .phui-object-list-flush .phui-object-item {
margin: 0;
}