Commit e78cf323 authored by Chris Rebert's avatar Chris Rebert
Browse files

Add !important to .invisible (visibility:hidden) utility class

[skip sauce]
[skip validator]
parent 7e88a6a9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -37,7 +37,7 @@
}
.invisible {
visibility: hidden;
visibility: hidden !important;
}
.text-hide {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment