Skip to content
Snippets Groups Projects
Commit ae9ccb93 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

notebook

parent c8a3aeb6
No related branches found
No related tags found
No related merge requests found
......@@ -4106,6 +4106,10 @@ figure img{
display: inline-block;
height: 50px !important;
}
.download-butt-image{
display: inline-block;
margin-bottom: 20px;
}
/* Philip's area (sorry Lili) */
......
......@@ -104,7 +104,7 @@ export const DownloadImageButton = ({ url, fileName, children}: {url: string, fi
return (
<a type="button" onClick={handleDownload} className="download-butt">
<a type="button" onClick={handleDownload} className="download-butt-image">
{children}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment