Skip to content

Commit 7b92b02

Browse files
committed
Simply css and add to changelog
1 parent 061da98 commit 7b92b02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ footer a, footer a:hover {
563563
background-image: none;
564564
content: "";
565565
margin: 0;
566-
padding: 0 0 0 0;
566+
padding: 0;
567567
}
568568

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

0 commit comments

Comments
 (0)