From cc6118efae4ca7829e4bd0ab4e85e5528c772045 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Thu, 25 Jul 2024 16:30:16 -0700 Subject: [PATCH] integrations css: Use classname for back to list link instead of span. --- templates/zerver/integrations/index.html | 2 +- web/styles/portico/integrations.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/integrations/index.html b/templates/zerver/integrations/index.html index 834e9fff7d..ec489017b5 100644 --- a/templates/zerver/integrations/index.html +++ b/templates/zerver/integrations/index.html @@ -143,7 +143,7 @@
{% for integration in integrations_dict.values() %} diff --git a/web/styles/portico/integrations.css b/web/styles/portico/integrations.css index c51efc72ea..67c044604d 100644 --- a/web/styles/portico/integrations.css +++ b/web/styles/portico/integrations.css @@ -522,7 +522,7 @@ $category-text: hsl(219deg 23% 33%); margin-left: 30px; order: 3; - & span { + .integrations-back-to-list-label { display: inline-block; margin-left: 5px;