mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
chore: adjust DateWithTime component height when used with InfoField (#6669)
This commit is contained in:
@@ -18,7 +18,7 @@ export const DateWithTime: React.FC<DateWithTimeProps> = ({
|
||||
const formattedTime = format(date, "p 'UTC'");
|
||||
|
||||
return (
|
||||
<div className="mw-fit">
|
||||
<div className="mw-fit py-[2px]">
|
||||
<div
|
||||
className={`flex ${inline ? "flex-row items-center gap-2" : "flex-col"}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user