finally, queue logic
This commit is contained in:
@ -22,7 +22,13 @@ const NewsListCard = (): JSX.Element => {
|
||||
style={{ width: "100%", marginBottom: "1rem" }}
|
||||
bordered={false}
|
||||
>
|
||||
<p style={{ textAlign: "left", color: "white" }}>
|
||||
<p
|
||||
style={{
|
||||
textAlign: "left",
|
||||
color: "#ffffff",
|
||||
whiteSpace: "break-spaces",
|
||||
}}
|
||||
>
|
||||
{news.content}
|
||||
</p>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user