Skip to content

Commit

Permalink
Adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-sony committed Jun 19, 2021
1 parent f604545 commit 4e9a5b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions front/src/components/center/Monitoring.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:key="metrics.options.plugins.title.text"
>
<series-chart
class="series-chart"
:chart-data="metrics.data"
:options="metrics.options"
/>
Expand Down Expand Up @@ -121,4 +122,8 @@ export default Vue.extend({
height: 100%;
overflow: auto;
}
.series-chart {
padding: 8px;
}
</style>

0 comments on commit 4e9a5b3

Please sign in to comment.