From 02dc81bae0011b7ae4190363be5fdd5db420aca9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 28 Oct 2011 22:01:21 -0700 Subject: fix(css): ng:form should always be a block element --- css/angular.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/angular.css') diff --git a/css/angular.css b/css/angular.css index d1146215..8b55f784 100644 --- a/css/angular.css +++ b/css/angular.css @@ -7,3 +7,7 @@ .ng-format-negative { color: red; } + +ng\:form { + display: block; +} -- cgit v1.2.3