Adds DartPad option to the DartDoc snippet generator. (#39924)

This commit is contained in:
Andrew Brogdon
2019-09-10 08:36:14 -07:00
committed by GitHub
parent 440a911034
commit 691977755c
9 changed files with 129 additions and 7 deletions

View File

@@ -83,6 +83,11 @@
font-family: courier, lucidia;
}
.snippet-dartpad {
width: 100%;
height: 500px;
}
.anchor-container {
position: relative;
}