Skip to content

Commit ff075eb

Browse files
committedJul 12, 2024
fix styling
1 parent f249817 commit ff075eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎templates/content.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,12 @@ details.entity-desc[open] > summary .feather-chevron-right {
563563
flex-direction: column;
564564
}
565565

566+
.entity > .class-decl {
567+
display: flex;
568+
flex-direction: row;
569+
flex-wrap: wrap;
570+
}
571+
566572
.entity.class > .class-decl > .name, .class.name {
567573
color: var(--flash-yellow);
568574
}
@@ -584,14 +590,16 @@ details.entity-desc[open] > summary .feather-chevron-right {
584590
flex-direction: column;
585591
}
586592

587-
.entity.fun .template-declaration {
593+
.entity .template-declaration {
588594
display: flex;
589595
flex-direction: row;
596+
flex-wrap: wrap;
590597
}
591598

592599
.entity.fun .function-signature {
593600
display: flex;
594601
flex-direction: row;
602+
flex-wrap: wrap;
595603
}
596604

597605
.entity.fun .function-signature > .name {

0 commit comments

Comments
 (0)