diff --git a/awx/ui/client/lib/components/tag/_index.less b/awx/ui/client/lib/components/tag/_index.less index 11309a17fd..f4bc366012 100644 --- a/awx/ui/client/lib/components/tag/_index.less +++ b/awx/ui/client/lib/components/tag/_index.less @@ -1,5 +1,5 @@ .TagComponentWrapper { - padding: 5px; + padding: @at-space; } .TagComponent { color: white; @@ -25,7 +25,7 @@ &:before { content: '\f0c2'; color: white; - height: 20px; + height: @at-space-4x; width: @at-space-4x; } }