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.
This commit is contained in:
Damien Elmes 2021-04-22 17:45:16 +10:00
parent b9a13496ba
commit a149048b0a

View File

@ -66,7 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
</style>
<div class="btn-group">
<div class="btn-group" dir="ltr">
<button
type="button"
class="btn btn-primary"