mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(css): ng:form should always be a block element
This commit is contained in:
parent
445680f601
commit
02dc81bae0
1 changed files with 4 additions and 0 deletions
|
|
@ -7,3 +7,7 @@
|
|||
.ng-format-negative {
|
||||
color: red;
|
||||
}
|
||||
|
||||
ng\:form {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue