Skip to content
#

bootstrap4

bootstrap logo

Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.

Here are 8,435 public repositories matching this topic...

bootstrap-vue
MarkRadaba
MarkRadaba commented May 29, 2019

Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon

leightonsmith
leightonsmith commented Oct 22, 2019

Expected behavior

responsive styles for headings (e.g. h3-responsive) are available

Actual behavior

they're missing

Your working environment and MDB version information

using npm package version 4.8.11

Resources (screenshots, code snippets etc.)

I'm not too familiar with sass, but it looks like the problem is the !default added to the end of this line https://github.

divan
divan commented Nov 2, 2019

Currently SBAdmin2 page shows sidebar by default when opened on the mobile device. It takes a good share of scarce screen width, and for my use case I would love to hide it on mobile. Is there an easy way to achieve it?

As I understand the solution is to add toggled class to sidebar only when opened on the small screen size.

mikro45
mikro45 commented Nov 8, 2019

To show the tab to the user, tab requires 'show' class to actually show, otherwise it stays hidden.

That doesn't happen on the page load on the first tab, so the first tab will be visible only after you click on the other one and then back on the first, when it finally gets the 'show' class.

You can see it on the modularcode page at "Pill tabs" section.
https://modularcode.io/modular-admin-

lkgarrison
lkgarrison commented Feb 8, 2017

I had a very difficult time figuring out how to check whether the checkbox was checked or not and ended up figuring out that
$(selector).is(':checked'));
will do the trick. I think this could be very beneficial to place somewhere in the README in a brief section for completeness. People don't just want to see nice checkboxes - they want to know how to use them and know if they are checked or

davideas
davideas commented Oct 29, 2019

Minimal reproduction of the bug with instructions:

Just open the demo app in Edge: elements overlaps among them and layout is completely messed up. Cannot test on Safari, please verify yourself.

Line affected:
https://github.com/tomastrajan/angular-ngrx-material-starter/blob/425bdb831fabc70a03ef7f213b815a43994384dc/projects/angular-ngrx-material-starter/src/app/core/animations/route.animat

Created by Mark Otto, Jacob Thornton

Released August 19, 2011

Organization
twbs
Website
getbootstrap.com
Wikipedia
Wikipedia

Related Topics

react css css-preprocessors
You can’t perform that action at this time.