Skip to content

Commit 937f507

Browse files
committed
Fix margin in types lists
1 parent d9cfbf1 commit 937f507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaladoc/resources/dotty_res/styles/theme/components/subtypes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
.subtypes > div {
1616
display: none;
17+
margin-bottom: 6px;
1718
}
1819

1920
.subtypes > div:nth-child(2),
@@ -22,7 +23,6 @@
2223
.subtypes > div:nth-child(5),
2324
.subtypes > div:nth-child(6) {
2425
display: block;
25-
margin-bottom: 6px;
2626
}
2727

2828
.subtypes.collapsed > div {

scaladoc/resources/dotty_res/styles/theme/components/supertypes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
.supertypes > div {
1616
display: none;
17+
margin-bottom: 6px;
1718
}
1819

1920
.supertypes > div:nth-child(2),
@@ -22,7 +23,6 @@
2223
.supertypes > div:nth-child(5),
2324
.supertypes > div:nth-child(6) {
2425
display: block;
25-
margin-bottom: 6px;
2626
}
2727

2828
.supertypes.collapsed > div {

0 commit comments

Comments
 (0)