We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc893dd commit b6a7ffbCopy full SHA for b6a7ffb
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 0.28.3+3
2
* Fix code highlighting in Dart after string interpolation (#1946, #1948) by
3
updating the highlightjs dependency.
4
+* Fix indentation of inheritance info to match others
5
6
## 0.28.3+2
7
* Support the latest version of `package:html`.
lib/resources/styles.css
@@ -563,6 +563,7 @@ footer a, footer a:hover {
563
background-image: none;
564
content: "";
565
margin: 0;
566
+ padding: 0;
567
}
568
569
/* The slug line under a declaration for things like "const", "read-only", etc. */
0 commit comments