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
pull/3096/head
test2a 2020-08-17 07:34:08 +00:00 committed by GitHub
parent aea53cc649
commit 39392b24e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ table {
.label,
.sub-label {
min-width: 330px;
&.label {
&.label {
font-weight: $font-semibold;
}