Clean up blank states on Phriction
Summary: Removes odd margin. Also removes min-height on content. Test Plan: Test a fresh Phriction, and a deleted page. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11775
This commit is contained in:
@@ -102,12 +102,7 @@
|
||||
}
|
||||
|
||||
.phui-document-content {
|
||||
min-height: 240px;
|
||||
background: #fff;
|
||||
|
||||
/* NOTE: This fixes margins, not floats, and can not be replaced with
|
||||
the ".group" class. See T3150.
|
||||
*/
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -152,3 +147,7 @@
|
||||
.phui-document-view .phui-property-list-view {
|
||||
border-bottom: 1px solid {$thinblueborder};
|
||||
}
|
||||
|
||||
.phui-document-view .phui-error-severity-nodata {
|
||||
background-color: {$lightgreybackground};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user