@@ -550,7 +550,7 @@ export default function Create() {
550
550
< >
551
551
{ user && (
552
552
< div style = { { maxHeight : '200px' , overflowY : 'auto' } } >
553
- < MarkdownViewer content = { currentUsersBio } />
553
+ < MarkdownViewer content = { currentUsersBio } style = { { maxHeight : '200px' , overflowY : 'auto' , important : true } } />
554
554
</ div >
555
555
) }
556
556
</ >
@@ -1117,14 +1117,14 @@ export default function Create() {
1117
1117
< p className = "text-neutral-400" >
1118
1118
{ bioViewCheck ( )
1119
1119
? renderUsersBio ( )
1120
- : user && < MarkdownViewer content = { user . bio || "Nothing to see here..." } /> }
1120
+ : user && < MarkdownViewer content = { user . bio || "Nothing to see here..." } style = { { maxHeight : '200px' , overflowY : 'auto' , important : true } } /> }
1121
1121
</ p >
1122
1122
) : (
1123
1123
< p className = "text-neutral-400" >
1124
1124
{ bioViewCheck ( )
1125
1125
? renderUsersBio ( )
1126
1126
: user && (
1127
- < MarkdownViewer content = "Nothing to see here..." />
1127
+ < MarkdownViewer content = "Nothing to see here..." style = { { maxHeight : '200px' , overflowY : 'auto' , important : true } } />
1128
1128
) }
1129
1129
</ p >
1130
1130
) }
@@ -1250,14 +1250,14 @@ export default function Create() {
1250
1250
< p className = "text-neutral-400" >
1251
1251
{ bioViewCheck ( )
1252
1252
? renderUsersBio ( )
1253
- : user && < MarkdownViewer content = { user . bio || "Nothing to see here..." } /> }
1253
+ : user && < MarkdownViewer content = { user . bio || "Nothing to see here..." } style = { { maxHeight : '200px' , overflowY : 'auto' , important : true } } /> }
1254
1254
</ p >
1255
1255
) : (
1256
1256
< p className = "text-neutral-400" >
1257
1257
{ bioViewCheck ( )
1258
1258
? renderUsersBio ( )
1259
1259
: user && (
1260
- < MarkdownViewer content = "Nothing to see here..." />
1260
+ < MarkdownViewer content = "Nothing to see here..." style = { { maxHeight : '200px' , overflowY : 'auto' , important : true } } />
1261
1261
) }
1262
1262
</ p >
1263
1263
) }
0 commit comments