admin
Here are 162 public repositories matching this topic...
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Jun 29, 2020 - HTML
When using the app on mobile, the sidebar once opened doesn't close automatically. It should be closed when tapped outside the sidebar area.
-
Updated
Apr 30, 2020 - HTML
-
Updated
May 20, 2020 - HTML
-
Updated
Jun 19, 2020 - HTML
-
Updated
Jul 6, 2020 - HTML
-
Updated
Jun 6, 2020 - HTML
-
Updated
Dec 19, 2019 - HTML
-
Updated
Jun 17, 2020 - HTML
-
Updated
Apr 14, 2020 - HTML
-
Updated
Jun 28, 2020 - HTML
-
Updated
Apr 23, 2020 - HTML
-
Updated
Jul 14, 2020 - HTML
-
Updated
May 19, 2018 - HTML
-
Updated
May 5, 2020 - HTML
Media queries can be replaced with Bootstrap mixins
Old
@media (min-width: 768px) {
.sidebar {
position: static;
height: 100%;
}
}
}
New
@include media-breakpoint-up(md) {
.sidebar {
position: static;
height: 100%;
}
}
}
More info in: [Bootstrap4 docs](https://getbootstrap.com/doc
-
Updated
Aug 7, 2019 - HTML
-
Updated
Jan 22, 2018 - HTML
I see in /docs/assets/js a vendor.js which is a minified version of all files in /docs/assets/vendor/, could you please guide me to what tools you used to accomplish this and have a dist folder with all the required files?
Thanks!
-
Updated
Aug 11, 2019 - HTML
-
Updated
Mar 10, 2017 - HTML
-
Updated
Jul 7, 2020 - HTML
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g