Skip to content

Commit 276563e

Browse files
committed
fix api page content width
1 parent 9718ef8 commit 276563e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#content > div {
2+
width: 100%;
3+
}

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,13 @@
359359
.membersList h2 {
360360
border-bottom: 1px solid var(--border-default);
361361
padding-bottom: calc(3 * var(--base-spacing));
362+
padding-top: calc(3 * var(--base-spacing));
362363
}
363364

364365
.membersList > button {
365366
position: absolute;
366367
right: 0;
367-
top: calc(0.5 * var(--base-spacing));
368+
top: calc(3.5 * var(--base-spacing));
368369
}
369370

370371
.membersList .documentableList {

0 commit comments

Comments
 (0)