FIX: Adds important declaration to .hidden utility/helper class

This commit adds the `!important` declaration to `.hidden` utility/helper class. Without the `!important` declaration, it is not applied correctly across the site.
This commit is contained in:
Jordan Vidrine 2020-09-09 17:08:32 -05:00 committed by Robin Ward
parent 2f96474155
commit 5a34c7cc9e

View File

@ -22,7 +22,7 @@
.hide,
.hidden {
display: none;
display: none !important;
}
.invisible {