fix: disclaimer text overflowed
This commit is contained in:
parent
2397db7d2d
commit
f0717ed2a9
@ -47,7 +47,7 @@ const ViewSheet = ({ modal }: Props) => {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="md:w-1/3 border-t md:border-l md:border-t-0 py-4 md:pt-0 pl-4 lg:pl-8 overflow-y-auto overflow-x-hidden truncate">
|
<div className="md:w-1/3 border-t md:border-l md:border-t-0 py-4 md:pt-0 px-4 lg:px-8 overflow-y-auto">
|
||||||
<Button
|
<Button
|
||||||
className="hidden md:flex pl-2 md:mb-6"
|
className="hidden md:flex pl-2 md:mb-6"
|
||||||
onClick={modal.onClose}
|
onClick={modal.onClose}
|
||||||
@ -67,7 +67,7 @@ const ViewSheet = ({ modal }: Props) => {
|
|||||||
{cleanUrl(data.srcUrl)}
|
{cleanUrl(data.srcUrl)}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p className="text-sm mt-8">
|
<p className="text-sm mt-8 w-full">
|
||||||
<i>Disclaimer:</i>
|
<i>Disclaimer:</i>
|
||||||
<br />I do not own this work of art. Please visit the original
|
<br />I do not own this work of art. Please visit the original
|
||||||
post to see more from{" "}
|
post to see more from{" "}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user