Skip to content

Commit d1e4f57

Browse files
committed
chore(docs-app): improve deprecation box layout
Deprecated boxes for APIs appear right under the header and were missing a bit of margin. Boxes for methods still look good even with the additional margin.
1 parent 9f61e74 commit d1e4f57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/assets/css/docs.css

+4
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,10 @@ ul.events > li {
662662
max-width: 100%;
663663
}
664664

665+
.deprecation {
666+
margin-top: 15px;
667+
}
668+
665669
.deprecation .title {
666670
float: left;
667671
margin-right: 5px;

0 commit comments

Comments
 (0)