mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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
|
Widget Base
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
|
.js-widget-container {
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
%widget, .widget {
|
%widget, .widget {
|
||||||
width: 340px;
|
width: 340px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue