| Index: runtime/observatory/lib/src/elements/script_inset_wrapper.dart
|
| diff --git a/runtime/observatory/lib/src/elements/script_inset_wrapper.dart b/runtime/observatory/lib/src/elements/script_inset_wrapper.dart
|
| index b38b6df31eb6d0125e95a49611cf6068a267fea9..d3bcb689f9c48936f350b7b36559527a4deee488 100644
|
| --- a/runtime/observatory/lib/src/elements/script_inset_wrapper.dart
|
| +++ b/runtime/observatory/lib/src/elements/script_inset_wrapper.dart
|
| @@ -137,7 +137,8 @@ class ScriptInsetElementWrapper extends HtmlElement {
|
| flex-direction: row;
|
| width: 100%;
|
| }
|
| - script-inset-wrapped .sourceItem, .sourceItemCurrent {
|
| + script-inset-wrapped .sourceItem,
|
| + script-inset-wrapped .sourceItemCurrent {
|
| vertical-align: top;
|
| font: 400 14px consolas, courier, monospace;
|
| line-height: 125%;
|
|
|