mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #325 from matthojo/Dashboard-Padding
Bug Fix: Dashboard now has correct bottom padding
This commit is contained in:
commit
46ed73ee86
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
Widget Base
|
||||
========================================================================== */
|
||||
|
||||
.js-widget-container {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
%widget, .widget {
|
||||
width: 340px;
|
||||
height: 300px;
|
||||
|
|
Loading…
Reference in a new issue