You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 00:51:01 +13:00
margin on update button
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<p *ngIf="error" class="error">{{error.message}}</p>
|
||||
<button type="submit" class="btn btn-primary" [disabled]="!form.valid">Update</button>
|
||||
<button type="submit" class="btn btn-primary mr-3" [disabled]="!form.valid">Update</button>
|
||||
<button type="button" class="btn btn-primary" (click)="confirmDelete()">Delete</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user