Fix method titles in props

This commit is contained in:
Hector Ramos
2017-09-29 14:41:15 -07:00
parent 09a923599e
commit 0b8525847f
+3 -3
View File
@@ -29,9 +29,9 @@
}
.methodTitle {
font-weight: bold;
font-size: 24px;
color: #025268;
font-weight: bold !important;
font-size: 24px !important;
color: #025268 !important;
}
.compactProps .methodTitle {