Skip to content

Commit

Permalink
fix horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k committed Sep 25, 2024
1 parent 7bb9599 commit 26142a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-frontend/src/components/AnalyticsPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="isAnalyticsAvailable">
<div v-if="isAnalyticsAvailable" class="w-100 overflow-x-auto">
<div
v-for="[name, details] in resourceDetails"
:key="name"
Expand Down

0 comments on commit 26142a6

Please sign in to comment.