Skip to content

Commit f3c11fd

Browse files
committed
fix payout post edit
1 parent df0736f commit f3c11fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/post-edit/post-edit.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container">
22
<div class="row">
3-
<div class="col-md-12">
3+
<div class="col-md-12 mb-3">
44
<h2>Create post</h2>
55
<form [formGroup]="postForm">
66
<div class="form-group">

src/app/post/post.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container">
22
<div class="row">
3-
<div class="col-md-12">
3+
<div class="col-md-12 mb-3">
44
<h2>Create post</h2>
55
<form [formGroup]="postForm">
66
<div class="form-group">

0 commit comments

Comments
 (0)