From 743d0dbaa2ba149c38ac1e787b3710f823ddb8b2 Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Thu, 14 Nov 2024 16:47:38 +0530 Subject: [PATCH] bootstrap_portico: Rename btn-group -> bootstrap-btn-group. This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results. --- web/third/bootstrap/css/bootstrap.portico.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/third/bootstrap/css/bootstrap.portico.css b/web/third/bootstrap/css/bootstrap.portico.css index 244bd7da8e..1aa3399338 100644 --- a/web/third/bootstrap/css/bootstrap.portico.css +++ b/web/third/bootstrap/css/bootstrap.portico.css @@ -243,7 +243,7 @@ input:focus:invalid:focus { display: none; } .form-inline label, -.form-inline .btn-group { +.form-inline .bootstrap-btn-group { display: inline-block; } .dropdown {