mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add g-1 class to DeckoptionsPage. Include transitions.scss
* Modal misbehaved before
This commit is contained in:
parent
abca240de7
commit
131d29ae05
2 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<ConfigSelector {state} />
|
||||
|
||||
<Container api={options}>
|
||||
<Container api={options} class="g-1">
|
||||
<Item>
|
||||
<DailyLimits {state} api={dailyLimits} />
|
||||
</Item>
|
||||
|
|
|
@ -13,6 +13,7 @@ $tooltip-max-width: 300px;
|
|||
@import "ts/sass/bootstrap/forms";
|
||||
@import "ts/sass/bootstrap/buttons";
|
||||
@import "ts/sass/bootstrap/button-group";
|
||||
@import "ts/sass/bootstrap/transitions";
|
||||
@import "ts/sass/bootstrap/modal";
|
||||
@import "ts/sass/bootstrap/close";
|
||||
@import "ts/sass/bootstrap/alert";
|
||||
|
|
Loading…
Reference in a new issue