Skip to content

Commit 50a9b28

Browse files
committed
refactor: improve layout of MetricTableRow component and update asset versioning
1 parent dcd8c16 commit 50a9b28

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

public/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=05fa52d8f78428018aaa33e41ef722d9",
2+
"/app.js": "/app.js?id=bc917821d049e74f968eac8a418e9426",
33
"/ui.js": "/ui.js?id=592866a715b1c20b43fff6ca7980b279",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
5-
"/app.css": "/app.css?id=6e65850ccef9787f521955e9d231a2b2",
6-
"/vendor.js": "/vendor.js?id=247e20ae42435cf6529d2a857815a05c",
5+
"/app.css": "/app.css?id=e6e32c23966698900f862c22cfc1651d",
6+
"/vendor.js": "/vendor.js?id=555c263ac13aeaaebf547d2e8fe6a894",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/Metrics/MetricTableRow.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
'pr-6': !row.editUrl || !row.viewUrl,
2121
}"
2222
>
23-
<h2 class="text-base text-gray-500 truncate">
23+
<h2 class="text-base text-gray-500">
2424
{{ row.title }}
2525
</h2>
26-
<p class="text-gray-400 text-xs truncate">{{ row.subtitle }}</p>
26+
<p class="text-gray-400 text-xs">{{ row.subtitle }}</p>
2727
</td>
2828

2929
<td

0 commit comments

Comments
 (0)