coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

Dashboard visual margin top #197

Closed peter81git closed 4 years ago

peter81git commented 4 years ago

After upgrade to beta 11 version the template dashboard has no margin between header and the first component to be in the container.

AfterUpdate BeforeUpdate

Best Regards

peter81git commented 4 years ago

Seems related to padding-top in "TheContainer". Diference

woothu commented 4 years ago

For fix add class 'c-fixed-components' to 'c-wrapper' in TheContainer.vue

peter81git commented 4 years ago

Thanks.