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

This commit is contained in:
freakoverse 2024-09-17 11:45:05 +00:00
parent 05adb00072
commit 6b1d4e7322

View File

@ -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 />