Ver código fonte

dev: automated commit - 2026-03-08 15:44:35

Mariano Z. 2 semanas atrás
pai
commit
684869fb5e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      frontend/src/views/RecordsView.vue

+ 2 - 2
frontend/src/views/RecordsView.vue

@@ -257,7 +257,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge
@@ -396,7 +396,7 @@ onMounted(loadData)
                   <TableCell>
                     <Badge variant="outline">{{ record.type }}</Badge>
                   </TableCell>
-                  <TableCell class="font-mono text-sm">{{ record.content }}</TableCell>
+                  <TableCell class="font-mono text-sm max-w-[200px] truncate">{{ record.content }}</TableCell>
                   <TableCell class="text-muted-foreground">{{ record.zone_name }}</TableCell>
                   <TableCell>
                     <Badge