mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
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:
parent
b9a13496ba
commit
a149048b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue