Skip to content

Commit

Permalink
Add !important to .text-monospace utility class (#28064)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Jan 24, 2019
1 parent 3723613 commit 2749bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Text
//

.text-monospace { font-family: $font-family-monospace; }
.text-monospace { font-family: $font-family-monospace !important; }

// Alignment

Expand Down

0 comments on commit 2749bf3

Please sign in to comment.