1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 69997bb4cc
commit e526f735df

View file

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