Skip to content

Commit b6a7ffb

Browse files
parloughdevoncarew
authored andcommitted
Fix inconsistent indentation for inheritance info - Fixes #1687 (#1961)
* Fix inconsistent indentation for inheritance info - Fixes #1687 * Simply css and add to changelog
1 parent fc893dd commit b6a7ffb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.28.3+3
22
* Fix code highlighting in Dart after string interpolation (#1946, #1948) by
33
updating the highlightjs dependency.
4+
* Fix indentation of inheritance info to match others
45

56
## 0.28.3+2
67
* Support the latest version of `package:html`.

lib/resources/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ footer a, footer a:hover {
563563
background-image: none;
564564
content: "";
565565
margin: 0;
566+
padding: 0;
566567
}
567568

568569
/* The slug line under a declaration for things like "const", "read-only", etc. */

0 commit comments

Comments
 (0)