GithubHelp home page GithubHelp logo

Comments (1)

phtmgt avatar phtmgt commented on April 28, 2024

So, I decided to share my "fix": add the CSS below.

/* start MDB tweaks */
.pt-3 {
    padding-top: 1rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.pb-2 {
    padding-bottom: .5rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mb-2 {
    margin-bottom: .5rem!important;
}
.pt-1 {
    padding-top: .25rem!important;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.mt-1 {
    margin-top: .25rem!important;
}
.mb-1 {
    margin-bottom: .25rem!important;
}

.pr-3 {
    padding-right: 1rem!important;
}
.pl-3 {
    padding-left: 1rem!important;
}
.mr-3 {
    margin-right: 1rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.pr-2 {
    padding-right: .5rem!important;
}
.pl-2 {
    padding-left: .5rem!important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.ml-2 {
    margin-left: .5rem!important;
}
.pr-1 {
    padding-right: .25rem!important;
}
.pl-1 {
    padding-left: .25rem!important;
}
.mr-1 {
    margin-right: .25rem!important;
}
.ml-1 {
    margin-left: .25rem!important;
}
/* end MDB tweaks */

from material-design-for-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.