Skip to content

Commit 6ac81a8

Browse files
committed
remove h-full from clear panel
1 parent b370c42 commit 6ac81a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/ClearUtility.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const clearCache = async () => {
1717
<ui-button class="btn-primary" v-text="__('Clear everything')" @click="urls = '*'; clearCache();" />
1818
</ui-header>
1919

20-
<ui-panel class="h-full flex flex-col">
20+
<ui-panel class="flex flex-col">
2121
<ui-panel-header class="flex items-center justify-between min-h-10">
2222
<ui-heading>{{ __('Enter URLs to clear, with each on a new line. You can use * as a wildcard at the end of your URL.') }}</ui-heading>
2323
</ui-panel-header>

0 commit comments

Comments
 (0)