Merge pull request #8565 from opf/fix/33911/widget--scrollbars

[33911] Fix unnecessary scrollbars of wp graph widgets
pull/8564/head
ulferts 4 years ago committed by GitHub
commit bd13809d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/modules/grids/widgets/wp-graph/wp-graph.component.html
  2. 2
      frontend/src/app/modules/grids/widgets/wp-overview/wp-overview.component.html

@ -9,7 +9,7 @@
</widget-wp-graph-menu>
</widget-header>
<wp-embedded-graph class='grid--widget-content'
<wp-embedded-graph class='grid--widget-content -no-overflow'
[datasets]="datasets"
[chartType]="chartType">
</wp-embedded-graph>

@ -9,6 +9,6 @@
</widget-header>
<wp-overview-graph
class='grid--widget-content'
class='grid--widget-content -no-overflow'
[groupBy]="'type'">
</wp-overview-graph>

Loading…
Cancel
Save