瀏覽代碼

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

Ahmad Kholid 3 年之前
父節點
當前提交
3aa8ef5641
共有 1 個文件被更改,包括 2 次插入1 次删除
  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>