From a149048b0a805148123492405443801f8558a92c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 22 Apr 2021 17:45:16 +1000 Subject: [PATCH] add a workaround for bad save button in rtl mode Bootstrap provides a different set of CSS for RTL languages, but having to deal with two separate sets of css files depending on the language would be a PITA. --- ts/deckconfig/OptionsDropdown.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/deckconfig/OptionsDropdown.svelte b/ts/deckconfig/OptionsDropdown.svelte index 4193334fb..a2b7b2d41 100644 --- a/ts/deckconfig/OptionsDropdown.svelte +++ b/ts/deckconfig/OptionsDropdown.svelte @@ -66,7 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } -
+