0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Bug Fix: Dashboard now has correct bottom padding

This commit is contained in:
Matthew Harrison-Jones 2013-08-01 13:34:14 +01:00
parent e33ebcbd65
commit 3cb0af1f8f

View file

@ -32,6 +32,10 @@
Widget Base
========================================================================== */
.js-widget-container {
padding-bottom: 15px;
}
%widget, .widget {
width: 340px;
height: 300px;