mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
Merge pull request #325 from matthojo/Dashboard-Padding
Bug Fix: Dashboard now has correct bottom padding
This commit is contained in:
commit
c671081c2f
@ -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…
Reference in New Issue
Block a user