Skip to content

Commit 93f2fa8

Browse files
fix: hide overflow in card (#65)
Signed-off-by: Carlos Feria <[email protected]>
1 parent b6f1cce commit 93f2fa8

File tree

1 file changed

+1
-1
lines changed
  • client/src/app/pages/RekorSearch/components

1 file changed

+1
-1
lines changed

client/src/app/pages/RekorSearch/components/Entry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function Entry({ entry }: { entry: LogEntry }) {
146146
}
147147

148148
return (
149-
<Card style={{ margin: "1.5em auto 2em" }}>
149+
<Card style={{ margin: "1.5em auto 2em", overflowY: "hidden" }}>
150150
<CardBody>
151151
<h2
152152
style={{

0 commit comments

Comments
 (0)