From 75cb28aa97d3aa3a23b96404147429266aeb24bc Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 14 Nov 2020 16:02:40 +0100 Subject: [PATCH] Improve table style --- src/app/pages/tables/bikes/bikes.component.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/pages/tables/bikes/bikes.component.scss b/src/app/pages/tables/bikes/bikes.component.scss index 4707531..39658b7 100644 --- a/src/app/pages/tables/bikes/bikes.component.scss +++ b/src/app/pages/tables/bikes/bikes.component.scss @@ -20,9 +20,12 @@ .mat-header-cell, .mat-footer-cell, .mat-cell { - min-width: 80px; + min-width: 3em; box-sizing: border-box; - padding-left: 0.5em; + padding: 0 0.25em; + } + ::ng-deep.mat-form-field { + width: 100%; } .mat-table-sticky {