mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 07:50:57 +00:00
Adds a default flag to paragraph-margin-bottom (#23420)
This commit is contained in:
parent
6a49f88d8f
commit
77777b388d
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ $link-hover-decoration: underline !default;
|
|||
//
|
||||
// Style p element.
|
||||
|
||||
$paragraph-margin-bottom: 1rem;
|
||||
$paragraph-margin-bottom: 1rem !default;
|
||||
|
||||
|
||||
// Grid breakpoints
|
||||
|
|
|
|||
Loading…
Reference in a new issue