summaryrefslogtreecommitdiff
path: root/templates/project/assets/stylesheets/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/assets/stylesheets/application.scss')
-rw-r--r--templates/project/assets/stylesheets/application.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss
index 20e009f..451f03e 100644
--- a/templates/project/assets/stylesheets/application.scss
+++ b/templates/project/assets/stylesheets/application.scss
@@ -117,6 +117,7 @@ h3 {
}
.icon-background {
+ pointer-events: none;
width: 100%!important;
height: 100%;
position: absolute;
@@ -143,9 +144,9 @@ h3 {
}
.widget {
- padding: 25px 12px;
text-align: center;
- width: 100%;
+ width: inherit;
+ height: inherit;
display: table-cell;
vertical-align: middle;
}