This commit is contained in:
2025-12-01 21:23:50 +08:00
parent ccb7bd7f97
commit 5d06b64110
3 changed files with 24 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ const callout = block.Callout
<style>
.callout {
display: flex;
align-items: flex-start;
box-sizing: border-box;
margin: 0.4rem auto;
padding: 16px 12px;
width: 100%;
@@ -60,6 +62,8 @@ const callout = block.Callout
background: rgba(235, 236, 237, 0.6);
}
.callout > div {
min-width: 0;
flex: 1 1 auto;
margin: 0;
line-height: 1.5rem;
}