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
This commit is contained in:
parent
aea53cc649
commit
39392b24e2
|
@ -7,9 +7,7 @@ table {
|
|||
|
||||
.label,
|
||||
.sub-label {
|
||||
min-width: 330px;
|
||||
|
||||
&.label {
|
||||
&.label {
|
||||
font-weight: $font-semibold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue