Skip to content

Commit 125224f

Browse files
committed
Mobile - fix a tiny bit of overflow on the dashboard widget view
1 parent 85b28b4 commit 125224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function tailwindWidthClass(width) {
3737
3838
<ui-header :title="__('Dashboard')" icon="dashboard" />
3939
40-
<div class="widgets @container/widgets flex flex-wrap gap-y-6 -mx-3">
40+
<div class="widgets @container/widgets flex flex-wrap gap-y-6 -mx-2 sm:-mx-3">
4141
<div
4242
v-for="widget in widgets"
4343
class="min-h-54 px-3 starting-style-transition starting-style-transition--siblings"

0 commit comments

Comments
 (0)