From c0b267b95ac36c6ad59d3e91e1590992c4eaae00 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 22 Dec 2015 10:53:56 -0500 Subject: [PATCH] Adjusted padding on breadcrumb list so that it lines up with the left edge of the rest of the content. --- awx/ui/client/src/bread-crumb/bread-crumb.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/bread-crumb/bread-crumb.block.less b/awx/ui/client/src/bread-crumb/bread-crumb.block.less index 84b167c083..99edea97d5 100644 --- a/awx/ui/client/src/bread-crumb/bread-crumb.block.less +++ b/awx/ui/client/src/bread-crumb/bread-crumb.block.less @@ -40,7 +40,7 @@ } .BreadCrumb > ol { - padding: 0px 15px; + padding: 0px 20px; list-style: none; background-color: #FFFFFF; border-radius: 4px;