Skip to content

Commit ee19aad

Browse files
committed
new: reduce font size of text
1 parent bd50b26 commit ee19aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/ui/src/YBFeed/Components/YBFeedItemTextComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function YBFeedItemTextComponent(props: any) {
44
return(
55
<div className="itemContainer">
66
<div className="itemText">
7-
<pre style={{overflowY:"scroll"}}>{props.children}</pre>
7+
<pre style={{overflowY:"scroll", fontSize: "0.8em"}}>{props.children}</pre>
88
</div>
99
</div>
1010
)

0 commit comments

Comments
 (0)