Skip to content

Commit 8a67794

Browse files
committed
Fix size of expand/collapse all
1 parent 15c7f44 commit 8a67794

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc-tool/resources/css/api-page.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ h1.section {
6969
h1.section > span.expand-button.visible {
7070
color: rgba(167, 161, 161, 0.5);
7171
font-family: "Source Code Pro", sans-serif;
72-
font-size: 25px;
72+
font-size: 16px;
73+
float: left;
74+
margin: 14px 9px 0 0;
7375
}
7476

7577
h1.section > span.expand-button.visible:hover {

0 commit comments

Comments
 (0)