Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 3c1b507

Browse files
author
Noah Lee
authored
Fix the CSS bug of status icon (#284)
1 parent 783a1c7 commit 3c1b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/StatusStateIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function StatusStateIcon(props: StatusStateIconProps): JSX.Elemen
1717
const content: JSX.Element = (
1818
<div style={{
1919
width: "350px",
20-
height: "200px",
20+
maxHeight: "200px",
2121
overflow: "scroll"
2222
}}
2323
>

0 commit comments

Comments
 (0)