From 9ae69a4651251e2ed897d2b97bc4da05a391f5c6 Mon Sep 17 00:00:00 2001 From: Haokun-Chen Date: Tue, 12 Jun 2018 10:02:08 -0400 Subject: [PATCH] remove .at-TabGroup + .at-Panel-body margin setting --- awx/ui/client/lib/components/tabs/_index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awx/ui/client/lib/components/tabs/_index.less b/awx/ui/client/lib/components/tabs/_index.less index e999a75613..f022a12c43 100644 --- a/awx/ui/client/lib/components/tabs/_index.less +++ b/awx/ui/client/lib/components/tabs/_index.less @@ -27,10 +27,6 @@ } } -.at-TabGroup + .at-Panel-body { - margin-top: 20px; -} - .at-TabGroup--padBelow { margin-bottom: 20px; }