| Index: dart/site/try/src/ui.dart
|
| diff --git a/dart/site/try/src/ui.dart b/dart/site/try/src/ui.dart
|
| index e9b66d654cc20358a3d4f3c20609407de9114d8a..cf5926a8f851afeec8a180996bb4328ff6c8140e 100644
|
| --- a/dart/site/try/src/ui.dart
|
| +++ b/dart/site/try/src/ui.dart
|
| @@ -104,11 +104,9 @@ buildUI() {
|
| buildCode(interaction);
|
|
|
| (mainEditorPane = new DivElement())
|
| - ..classes.add('well')
|
| + ..classes.addAll(['well', 'mainEditorPane'])
|
| ..style.backgroundColor = currentTheme.background.color
|
| ..style.color = currentTheme.foreground.color
|
| - ..style.overflow = 'visible'
|
| - ..style.whiteSpace = 'pre'
|
| ..style.font = codeFont
|
| ..spellcheck = false;
|
|
|
|
|