fix(css): ng:form should always be a block element

This commit is contained in:
Igor Minar 2011-10-28 22:01:21 -07:00
parent 445680f601
commit 02dc81bae0

View file

@ -7,3 +7,7 @@
.ng-format-negative {
color: red;
}
ng\:form {
display: block;
}