muyuym / yii2-adminlte3

adminlte3 for yii2
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

Tabs widget causes decreasing font-size #9

Closed BesjaSoft closed 3 years ago

BesjaSoft commented 3 years ago

Hi, In a view generated by GII the fontsize turns out to be 16px, which is fine. The view is generated by a Detailview.

When I add a Tab-widget to the view, the fontsize decreases into 10px. Not only for the view but for the entire page.

Questions: do you recognise the problem and is there a simple solution other than not using the tab-widget. If needed I can provide the source code of the view and screenshots of the application.

muyuym commented 3 years ago

what causes

BesjaSoft commented 3 years ago

Hi, sorry to have bothered you... By fiddling around a bit I now use the yii\bootstrap4\Tabs and this works fine. Issue can be closed