Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a1972c

Browse files
committed
fix(docs): change docs.css to avoid css clashes in buzz example
1 parent 6aa04b1 commit 4a1972c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/templates/docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ li {
289289
}
290290

291291

292-
#content img {
292+
#content img:not(.ng-directive) {
293+
/* the negation rule above is to avoid applying this rule to images in buzz and other examples */
293294
display: block;
294295
margin: 2em auto;
295296
padding: 1em;

0 commit comments

Comments
 (0)