mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Improved revision block for long numbers (#473)
* Improved revision block for long numbers * Update yarn.lock --------- Co-authored-by: Saptarshi Das <saptarhydas9@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ export default function RevisionsList({
|
||||
: "border-revision-light bg-body-background"
|
||||
}`}
|
||||
>
|
||||
<div className="flex row justify-between">
|
||||
<div className="flex flex-wrap row justify-between">
|
||||
<StatusLabel status={release.status} isRollback={isRollback} />
|
||||
<span className="font-bold">#{release.revision}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user