diff --git a/combo/manager/static/css/combo.manager.css b/combo/manager/static/css/combo.manager.css index 19e239cb..e54884a5 100644 --- a/combo/manager/static/css/combo.manager.css +++ b/combo/manager/static/css/combo.manager.css @@ -419,16 +419,18 @@ ul.gallery li span.image-actions { } ul.gallery li:last-child { - height: 124px; - width: 124px; + height: 126px; + width: 126px; margin-bottom: 1rem; } ul.gallery li:last-child a { display: block; - line-height: 120px; + box-sizing: border-box; + line-height: 1.5; padding: 0; height: 100%; width: 100%; text-align: center; + padding: 45px 1ex 1ex 1ex; }