templates/project/assets/stylesheets/application.scss in dashing-1.3.4 vs templates/project/assets/stylesheets/application.scss in dashing-1.3.6
- old
+ new
@@ -115,10 +115,11 @@
.gridster {
margin: 0px auto;
}
.icon-background {
+ pointer-events: none;
width: 100%!important;
height: 100%;
position: absolute;
left: 0;
top: 0;
@@ -141,12 +142,12 @@
display: table;
cursor: pointer;
}
.widget {
- padding: 25px 12px;
text-align: center;
- width: 100%;
+ width: inherit;
+ height: inherit;
display: table-cell;
vertical-align: middle;
}
.widget.status-warning {