giterlizzi / dokuwiki-plugin-bootswrapper

Bootstrap Wrapper for DokuWiki
GNU General Public License v2.0
35 stars 22 forks source link

Icons don't align with Tabs #127

Closed kjones-lan closed 4 years ago

kjones-lan commented 4 years ago

Using tabs with icons results in the icon being misaligned.

Using: Dokuwiki: Release 2020-07-29 "Hogfather" Bootstrap3 template: v2020-08-28 (stable/20200828) Bootstrap Wrapper Plugin: 2020-08-19 Icons Plugin: 2019-08-27

dokuwiki_latest_tabs_icons

~~NOTOC~~

<tabs>
  * {{fa>home}}[[#tab-home|Home]]
  * {{fa>connectdevelop}}[[#tab-controller|Controllers]]
  * {{fa>database}}[[#tab-dbcontext|DbContexts]]
  * {{fa>table}}[[#tab-Entity|Entities]]
  * {{fa>edit}}[[#tab-helper|Helpers]]
  * {{fa>file-code-o}}[[#tab-model|Models]]
  * {{fa>exchange}}[[#tab-profile|Profiles]]
  * {{fa>filter}}[[#tab-resourceparameter|ResourceParameters]]
  * {{fa>cog}}[[#tab-service|Services]]
  * {{fa>check}}[[#tab-validationattribute|ValidationAttributes]]

<pane id="tab-controller">
====== Controllers ======
...
</pane>
</tabs>