added a div wrapper for mod summary for slider to fix text overflow issue
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
05adb00072
commit
6b1d4e7322
@ -181,10 +181,12 @@ const SlideContent = ({ naddr }: SlideContentProps) => {
|
|||||||
</div>
|
</div>
|
||||||
<div className='IBMSMSCWSInfo'>
|
<div className='IBMSMSCWSInfo'>
|
||||||
<h3 className='IBMSMSCWSInfoHeading'>{mod.title}</h3>
|
<h3 className='IBMSMSCWSInfoHeading'>{mod.title}</h3>
|
||||||
|
<div className='IBMSMSCWSInfoTextWrapper'>
|
||||||
<p className='IBMSMSCWSInfoText'>
|
<p className='IBMSMSCWSInfoText'>
|
||||||
{mod.summary}
|
{mod.summary}
|
||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<p className='IBMSMSCWSInfoText IBMSMSCWSInfoText2'>
|
<p className='IBMSMSCWSInfoText IBMSMSCWSInfoText2'>
|
||||||
{mod.game}
|
{mod.game}
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user