Spaces:
Running
Running
thibaud frere
commited on
Commit
·
29ca47d
1
Parent(s):
3cc17c6
fix html embed overflow
Browse files
app/src/components/HtmlEmbed.astro
CHANGED
|
@@ -69,7 +69,7 @@ const mountId = `frag-${Math.random().toString(36).slice(2)}`;
|
|
| 69 |
</script>
|
| 70 |
|
| 71 |
<style is:global>
|
| 72 |
-
.html-embed { margin: 0 0 var(--block-spacing-y);
|
| 73 |
.html-embed__title {
|
| 74 |
text-align: left;
|
| 75 |
font-weight: 600;
|
|
|
|
| 69 |
</script>
|
| 70 |
|
| 71 |
<style is:global>
|
| 72 |
+
.html-embed { margin: 0 0 var(--block-spacing-y); }
|
| 73 |
.html-embed__title {
|
| 74 |
text-align: left;
|
| 75 |
font-weight: 600;
|