Skip to content

Commit

Permalink
feat: reduce min width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Oct 15, 2024
1 parent 58e8908 commit a086510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/probes.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="min-h-full p-6" :class="{'sm:min-w-[1024px]': probes?.length}">
<div class="min-h-full p-6" :class="{'sm:min-w-[940px]': probes?.length}">
<div class="mb-4 flex">
<h1 class="page-title">Probes</h1>
<Button class="ml-auto" @click="adoptProbeDialog = true">
Expand Down

0 comments on commit a086510

Please sign in to comment.