Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/object-item/phui-oi-flush-ui.css
12241 views
1
/**
2
* @provides phui-oi-flush-ui-css
3
* @requires phui-oi-list-view-css
4
*/
5
6
.phui-oi-list-view.phui-oi-list-flush {
7
padding: 0;
8
margin: 0;
9
}
10
11
.phui-object-box .phui-oi-list-flush .phui-oi {
12
margin: 0;
13
}
14
15