Skip to content

Commit 7cf6409

Browse files
authored
Merge pull request #2758 from Varunram/edit-button
Fix Overlapping Edit Button on docs
2 parents 8ddfcaf + ec38001 commit 7cf6409

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc-tool/resources/css/dottydoc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ h1#doc-page-title {
172172
margin: 10px 0 40px 10px;
173173
font-family: "Source Sans Pro", sans-serif;
174174
font-weight: 400;
175+
display: -webkit-flex;
176+
display: flex;
177+
width: 550px;
175178
}
176179

177180
div#post-title > h2#sub-title {

0 commit comments

Comments
 (0)