Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DOC-12578]: Scrunched up title on admonition block.
Fixed
  • Loading branch information
RayOffiah committed Sep 27, 2024
commit 2cc8d3e08ec2dc27fc1ca80dca53374137759be8
1 change: 1 addition & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ ul ul ul {
.doc .admonitionblock td.content > .title {
display: inline;
font-style: italic;
margin-left: var(--admonition-icon-text-space);
}

.doc .admonitionblock td.content > .title::after {
Expand Down
1 change: 1 addition & 0 deletions src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
--column-space: 2.5rem; /* ~ 40px */
--admonition-icon-space: 1rem; /* ~ 16px */
--admonition-content-space: 1rem; /* ~ 16px */
--admonition-icon-text-space: 0.1rem; /* ~ 1.6px */

/* Heading fonts for responsive */
--heading-h1-sm: 2.25rem; /* ~36px */
Expand Down