chore: adjust DateWithTime component height when used with InfoField (#6669)

This commit is contained in:
Pablo Lara
2025-01-23 15:18:24 +01:00
committed by GitHub
parent 862137ae7d
commit 7d2989a233
+1 -1
View File
@@ -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"}`}
>