Browse Source

fix: can't open a log if the name is empty

Ahmad Kholid 3 years ago
parent
commit
3aa8ef5641
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/newtab/shared/SharedLogsTable.vue

+ 2 - 1
src/components/newtab/shared/SharedLogsTable.vue

@@ -6,7 +6,8 @@
         <td class="text-overflow" style="min-width: 140px; max-width: 330px">
           <router-link
             :to="`/logs/${log.id}`"
-            class="inline-block text-overflow w-full align-middle"
+            class="inline-block text-overflow w-full align-middle min-h"
+            style="min-height: 28px"
           >
             {{ log.name }}
           </router-link>