set more elemtns to clear: both
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 7 Nov 2019 00:08:08 +0000 (19:08 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 7 Nov 2019 00:08:08 +0000 (19:08 -0500)
this is in case there are very few fields for the product. this may help
in the mobile view under those circumstances.

css/style.css

index 5cd216901f62f3d53e8a90b8ba34268ee19e0363..056c182ba5bc4e3670f925cb59b131fa8b526c94 100644 (file)
   }
 
   .page-node-type-product .product .field--name-body,
-  .page-node-type-product .product .field--name-field-product-announcement {
+  .page-node-type-product .product .field--name-field-product-announcement,
+  .page-node-type-product .product .field--name-field-vendor-product-link,
+  .page-node-type-product .product .field--name-field-certification-details,
+  .page-node-type-product .product .field--name-field-certification-date,
+  .page-node-type-product .product .field--name-field-source-code-links {
     clear: both;
   }
 }