mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Add !important to .text-monospace utility class (#28064)
This commit is contained in:
parent
3723613875
commit
2749bf34de
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
// Text
|
||||
//
|
||||
|
||||
.text-monospace { font-family: $font-family-monospace; }
|
||||
.text-monospace { font-family: $font-family-monospace !important; }
|
||||
|
||||
// Alignment
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue