svn commit: r1861867 - /ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1861867 - /ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css

jleroux@apache.org
Author: jleroux
Date: Sat Jun 22 14:01:03 2019
New Revision: 1861867

URL: http://svn.apache.org/viewvc?rev=1861867&view=rev
Log:
Improved: Ecommerce image distorted in trunk demo main page
(OFBIZ-11095)

Due to recent bootstrap changes, ecommerce image is distorted in trunk demo main
page

Thanks: Nitish Mishra

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css?rev=1861867&r1=1861866&r2=1861867&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css Sat Jun 22 14:01:03 2019
@@ -41,6 +41,7 @@ a.btn-primary {
 
 .card .card-img-top {
     height: 140px;
+    width: auto;
 }
 .card-body ul {
     padding : 0px;