Skip to content

Commit 689788b

Browse files
author
max-voronov
authored
[Docs] inline details-summary title with the disclosure triangle (#3885)
Before this change the title would drop one line under the triangle instead of wrapping to the next line on small screens.
1 parent 5cb4809 commit 689788b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/src/css/custom.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ details.detailed-explanation summary {
175175

176176
.style-guide details summary h4,
177177
details.detailed-explanation summary h4 {
178-
display: inline-block;
179-
margin-top: 0;
180-
margin-bottom: 0;
178+
display: inline;
181179
}
182180

183181
.style-guide details p,

0 commit comments

Comments
 (0)