@@ -2031,7 +2031,7 @@
(merge attrs))
[:<>
- [:div.flex.flex-row.justify-between
+ [:div.flex.flex-row.justify-between.block-content-inner
[:div.flex-1
(cond
(seq title)
@@ -227,7 +227,7 @@
border-bottom-color: var(--ls-block-ref-link-text-color);
cursor: alias;
padding: 2px 0;
- display: inline-block;
+ display: inherit;
&:hover {
color: var(--ls-link-text-hover-color);
@@ -235,6 +235,14 @@
.block-content {
cursor: inherit;
+
+ &-inner {
+ > * {
+ }
}