From fff190d90da99fbc7a6117c62f52cb2870e5e213 Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Fri, 24 May 2024 11:45:15 +0200
Subject: [PATCH] Issue #3446807 by quietone, divya.sejekan, smustgrave: Put
 'Not supported' update status on the correct side of the page

---
 core/modules/update/css/update.admin.theme.css        | 4 ++--
 core/themes/stable9/css/update/update.admin.theme.css | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/modules/update/css/update.admin.theme.css b/core/modules/update/css/update.admin.theme.css
index 785da9a09d3e..602388001c5a 100644
--- a/core/modules/update/css/update.admin.theme.css
+++ b/core/modules/update/css/update.admin.theme.css
@@ -15,10 +15,10 @@
   float: left;
 }
 .project-update__status--not-supported {
-  float: left; /* LTR */
+  float: right; /* LTR */
 }
 [dir="rtl"] .project-update__status--not-supported {
-  float: right;
+  float: left;
 }
 .project-update__status--security-error {
   color: #970f00;
diff --git a/core/themes/stable9/css/update/update.admin.theme.css b/core/themes/stable9/css/update/update.admin.theme.css
index 785da9a09d3e..602388001c5a 100644
--- a/core/themes/stable9/css/update/update.admin.theme.css
+++ b/core/themes/stable9/css/update/update.admin.theme.css
@@ -15,10 +15,10 @@
   float: left;
 }
 .project-update__status--not-supported {
-  float: left; /* LTR */
+  float: right; /* LTR */
 }
 [dir="rtl"] .project-update__status--not-supported {
-  float: right;
+  float: left;
 }
 .project-update__status--security-error {
   color: #970f00;
-- 
GitLab