From 838e67005cfcda13b39d45c5cd607fc9a172b8af Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 3 Feb 2026 11:48:51 -0500 Subject: [PATCH] Remove duplicate css property * Last one wins so remove the first one. * https://sonarcloud.io/project/issues?open=AZpWSq7yO74rjWmAOcwf&id=ansible_awx --- awx/static/custom_error.css | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/static/custom_error.css b/awx/static/custom_error.css index e52b535e80..23506b92cf 100644 --- a/awx/static/custom_error.css +++ b/awx/static/custom_error.css @@ -28,7 +28,6 @@ body { .upper_div { background-color: #F8EBA7; justify-content: center; - align-items: center; text-align: center; height: 50%; align-items: flex-end;