Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 02dc81b

Browse files
committed
fix(css): ng:form should always be a block element
1 parent 445680f commit 02dc81b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/angular.css

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
.ng-format-negative {
88
color: red;
99
}
10+
11+
ng\:form {
12+
display: block;
13+
}

0 commit comments

Comments
 (0)