File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ how we solve them.
12
12
13
13
* ** Failure Files:** Flutter spreads a single test failure across four different files.
14
14
It's frustrating to have to open up multiple files to cross reference. With
15
- ` flutter_test_goldes ` , your failure output is painted to a single file for easy review.
15
+ ` flutter_test_goldens ` , your failure output is painted to a single file for easy review.
16
16
* ** Widget Galleries:** Flutter developers often want to verify multiple configurations
17
17
of a single widget, or multiple related widgets, at the same time. With
18
18
` flutter_test_goldens ` , you can easily paint a variety of widgets into a gallery,
Original file line number Diff line number Diff line change @@ -265,13 +265,15 @@ main.page-content {
265
265
margin-bottom : 1.5em ;
266
266
}
267
267
268
- code {
269
- padding : 3px 6px ;
270
- background : #7f00a6 ;
271
- border : 1px solid #a218cc ;
272
- border-radius : 4px ;
273
-
274
- color : WHITE ;
268
+ p , li > {
269
+ code {
270
+ padding : 3px 6px ;
271
+ background : #7f00a6 ;
272
+ border : 1px solid #a218cc ;
273
+ border-radius : 4px ;
274
+
275
+ color : WHITE ;
276
+ }
275
277
}
276
278
277
279
li {
You can’t perform that action at this time.
0 commit comments