From 7771c3159b420cae15e456446bc7b8f26da058ba Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Sun, 24 Sep 2023 18:49:50 +0200 Subject: [PATCH] upated LanguageSwitcher with end padding When the LanguageSwitcher is dsiplayed the wsa no end padding on the button so it appeared flush with the following button. Adding "pe-1" to the class corrects the issue --- Oqtane.Client/Themes/Controls/Theme/LanguageSwitcher.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Themes/Controls/Theme/LanguageSwitcher.razor b/Oqtane.Client/Themes/Controls/Theme/LanguageSwitcher.razor index 7eb94f4d..465de502 100644 --- a/Oqtane.Client/Themes/Controls/Theme/LanguageSwitcher.razor +++ b/Oqtane.Client/Themes/Controls/Theme/LanguageSwitcher.razor @@ -8,7 +8,7 @@ @if (_supportedCultures?.Count() > 1) { -
+