Skip to content

Commit

Permalink
refactor: update delegate monitor status width (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley authored Nov 14, 2023
1 parent b8cda39 commit dac668e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"/js/chart-tooltip.js": "/js/chart-tooltip.js?id=b74d64d41a6d6165abc8a5196bf704ca",
"/js/clipboard.js": "/js/clipboard.js?id=80d900f861e2aacb0e23e914068d0de9",
"/js/manifest.js": "/js/manifest.js?id=bf375adc4a6d48ff1f208128c5b5b26f",
"/css/app.css": "/css/app.css?id=f64884004349c9ca7dd5e789c35ee2a0",
"/css/app.css": "/css/app.css?id=6adb4de1a5cc4da394d4c4a9857489dd",
"/js/vendor.js": "/js/vendor.js?id=c2d72104f0d347cc9b256553f553c3c4",
"/images/delegates/header-bg-dark.svg": "/images/delegates/header-bg-dark.svg?id=0fc9d2cfbec09d702832f3bd81fae169",
"/images/delegates/header-bg-mobile-dark.svg": "/images/delegates/header-bg-mobile-dark.svg?id=a60884230a85d1b8bb5f35e9a65f81cc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
'tables.delegate-monitor.status' => [
'type' => 'badge',
'badgeWidth' => 'w-[8.75rem]',
'badgeWidth' => 'w-[10rem]',
],
'tables.delegate-monitor.time_to_forge' => [
'type' => 'text',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@props([
'model',
'width' => 'min-w-[8.75rem]',
'width' => 'min-w-[10rem]',
'withTime' => false,
'withText' => true,
])
Expand Down

0 comments on commit dac668e

Please sign in to comment.