Skip to content

Commit a50554d

Browse files
authored
Merge pull request #30142 from afro-coder/p1-dev
Added CSS to improve user experience with docs and reduce wasted space
2 parents 9cdec93 + f4bea11 commit a50554d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/scss/_custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,12 @@ body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-do
378378
border-radius: 3px;
379379
}
380380

381+
382+
.td-documentation .td-content > .highlight {
383+
max-width: initial;
384+
width: 100%;
385+
}
386+
381387
body.td-home #deprecation-warning {
382388
max-width: 1000px;
383389
margin-top: 2.5rem;

0 commit comments

Comments
 (0)