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.
This commit is contained in:
Sayam Samal 2024-11-14 16:47:38 +05:30 committed by Tim Abbott
parent 543a6c51dc
commit 743d0dbaa2
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ input:focus:invalid:focus {
display: none; display: none;
} }
.form-inline label, .form-inline label,
.form-inline .btn-group { .form-inline .bootstrap-btn-group {
display: inline-block; display: inline-block;
} }
.dropdown { .dropdown {