From 6a4523aceb0fa06212b37f763b56b5f8a5dcc094 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 27 Aug 2017 18:41:48 +0200 Subject: [PATCH] Remove button groups. --- src/accounts/accountRow.component.ts | 34 +++++++++++++--------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/accounts/accountRow.component.ts b/src/accounts/accountRow.component.ts index 003af6f..d10c906 100644 --- a/src/accounts/accountRow.component.ts +++ b/src/accounts/accountRow.component.ts @@ -45,26 +45,24 @@ import { AccountEditModalComponent } from './accountEditModal.component'; {{ account.authorized_overdraft | currency:"EUR":true }} -
- - + + - - + + - - -
+ + ` })