Set max-width of 395px
This commit is contained in:
parent
6cd4c2e24b
commit
eac0c23061
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ body .root .content.theme.rtl {
|
|||
ul.body.stream {
|
||||
li.ayah p {
|
||||
line-height: 1.7;
|
||||
max-width: 395px;
|
||||
}
|
||||
}
|
||||
/* <= $breakpoint-sm */
|
||||
|
|
|
@ -53,7 +53,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
|
|||
{t(locale, "of")} {formatNumber(locale, surah.ayat.length)}
|
||||
</span>
|
||||
</span>
|
||||
<p className={classNames("m-0", { "w-96": locale.direction === "rtl" })}>
|
||||
<p className={classNames("m-0")}>
|
||||
{ayah.body}
|
||||
</p>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue