From 39392b24e21084cd1fd4381b4ad02acf7e2c365f Mon Sep 17 00:00:00 2001 From: test2a <39449563+test2a@users.noreply.github.com> Date: Mon, 17 Aug 2020 07:34:08 +0000 Subject: [PATCH] removed minimum width css to fit mobile devices with lesser width (#3090) * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested --- .../shared-instance/instance-features-table.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.scss b/client/src/app/shared/shared-instance/instance-features-table.component.scss index a51574741..9a45bcd2a 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.scss +++ b/client/src/app/shared/shared-instance/instance-features-table.component.scss @@ -7,9 +7,7 @@ table { .label, .sub-label { - min-width: 330px; - - &.label { + &.label { font-weight: $font-semibold; }