File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
app/Resources/views/admin/blog Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
{{ form_row(form .publishedAt ) }}
13
13
14
14
<input type =" submit" value =" {{ ' label.create_post' | trans }}" class =" btn btn-primary" />
15
-
16
15
{{ form_widget(form .saveAndCreateNew , { label : ' label.save_and_create_new' , attr : { class : ' btn btn-primary' } }) }}
17
-
18
16
<a href =" {{ path(' admin_post_index' ) }}" class =" btn btn-link" >
19
17
{{ ' action.back_to_list' | trans }}
20
18
</a >
Original file line number Diff line number Diff line change @@ -147,9 +147,13 @@ footer #footer-resources i {
147
147
padding : 1em
148
148
}
149
149
150
- .form-group .has-error .help-block ul {
150
+ .form-group .has-error .help-block ul ,
151
+ .form-group .has-error .help-block li {
151
152
margin-bottom : 0
152
153
}
154
+ .form-group .has-error .help-block li + li {
155
+ margin-top : 0.5em ;
156
+ }
153
157
154
158
textarea {
155
159
max-width : 100%
You can’t perform that action at this time.
0 commit comments