0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-10-23 12:30:56 -07:00
parent 7e88a6a998
commit e78cf3231c

View File

@ -37,7 +37,7 @@
}
.invisible {
visibility: hidden;
visibility: hidden !important;
}
.text-hide {