Commit ff075eb 1 parent f249817 commit ff075eb Copy full SHA for ff075eb
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -563,6 +563,12 @@ details.entity-desc[open] > summary .feather-chevron-right {
563
563
flex-direction : column;
564
564
}
565
565
566
+ .entity > .class-decl {
567
+ display : flex;
568
+ flex-direction : row;
569
+ flex-wrap : wrap;
570
+ }
571
+
566
572
.entity .class > .class-decl > .name , .class .name {
567
573
color : var (--flash-yellow );
568
574
}
@@ -584,14 +590,16 @@ details.entity-desc[open] > summary .feather-chevron-right {
584
590
flex-direction : column;
585
591
}
586
592
587
- .entity . fun .template-declaration {
593
+ .entity .template-declaration {
588
594
display : flex;
589
595
flex-direction : row;
596
+ flex-wrap : wrap;
590
597
}
591
598
592
599
.entity .fun .function-signature {
593
600
display : flex;
594
601
flex-direction : row;
602
+ flex-wrap : wrap;
595
603
}
596
604
597
605
.entity .fun .function-signature > .name {
You can’t perform that action at this time.
0 commit comments