We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd50b26 commit ee19aadCopy full SHA for ee19aad
web/ui/src/YBFeed/Components/YBFeedItemTextComponent.tsx
@@ -4,7 +4,7 @@ export function YBFeedItemTextComponent(props: any) {
4
return(
5
<div className="itemContainer">
6
<div className="itemText">
7
- <pre style={{overflowY:"scroll"}}>{props.children}</pre>
+ <pre style={{overflowY:"scroll", fontSize: "0.8em"}}>{props.children}</pre>
8
</div>
9
10
)
0 commit comments