Merge pull request #3310 from leigh-pointer/LangSwitchPadding

upated LanguageSwitcher with end padding
This commit is contained in:
Shaun Walker 2023-09-25 07:42:24 -04:00 committed by GitHub
commit 6178be974a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
@if (_supportedCultures?.Count() > 1)
{
<div class="btn-group" role="group">
<div class="btn-group pe-1" role="group">
<button id="btnCultures" type="button" class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="oi oi-globe"></span>
</button>