FIX: Restore wrapper element for d-toc-mini (#60)
This commit is contained in:
parent
4ae24c6edc
commit
566d79fa39
|
@ -1,5 +1,7 @@
|
||||||
<DButton
|
<div class="d-toc-mini">
|
||||||
class="btn-primary"
|
<DButton
|
||||||
@action={{this.showTOCOverlay}}
|
class="btn-primary"
|
||||||
@label={{theme-prefix "table_of_contents"}}
|
@action={{this.showTOCOverlay}}
|
||||||
/>
|
@label={{theme-prefix "table_of_contents"}}
|
||||||
|
/>
|
||||||
|
</div>
|
Loading…
Reference in New Issue