Another
This commit is contained in:
parent
ee24349680
commit
474d76840b
@ -35,7 +35,7 @@ export default function ArticleViewer(props: TArticleViewer) {
|
||||
if (isPending) return <SkeletonPostLoader />;
|
||||
|
||||
return (
|
||||
<ScrollArea className="p-0 mx-auto overflow-hidden ql-editor max-w-pc-width">
|
||||
<ScrollArea className="p-0 mx-auto overflow-hidden ql-editor max-w-pc-width ">
|
||||
<Flex direction={"column"} className="overflow-hidden">
|
||||
<Text className="mb-2" as="div" size={"9"}>
|
||||
{data.title}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user