diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-24 21:42:42 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-24 22:42:42 +0200 |
| commit | 2749bf34ded626efa434f2006cbcc36b26b08af5 (patch) | |
| tree | 671158e7c0b5dca78d78489ea706796732de70de /scss | |
| parent | 372361387584061b2632796647e9529a51bdee25 (diff) | |
| download | bootstrap-2749bf34ded626efa434f2006cbcc36b26b08af5.tar.xz bootstrap-2749bf34ded626efa434f2006cbcc36b26b08af5.zip | |
Add `!important` to `.text-monospace` utility class (#28064)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index a04fd097d..7b137211f 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -4,7 +4,7 @@ // Text // -.text-monospace { font-family: $font-family-monospace; } +.text-monospace { font-family: $font-family-monospace !important; } // Alignment |
