From 0026ed88eb4d9459b78d785d503f04a2b0aa5247 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 7 Mar 2016 11:59:14 -0500 Subject: [PATCH] fixed table header radius at end of list row --- awx/ui/client/legacy-styles/lists.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index 2e6f5e7b0c..3c257e525c 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -39,8 +39,11 @@ table, tbody { border-top-left-radius: 5px; } -.List-tableHeader--actions { +.List-tableHeader:last-of-type { border-top-right-radius: 5px; +} + +.List-tableHeader--actions { text-align: right; }