소스 검색

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>