| Index: pkg/polymer/lib/src/build/log_injector.css
|
| diff --git a/pkg/polymer/lib/src/build/log_injector.css b/pkg/polymer/lib/src/build/log_injector.css
|
| index 9f649fdc359f25076e1dfbd170167ea901773160..e0f03007147458e9a59586ae353e6da2cefbb6e2 100644
|
| --- a/pkg/polymer/lib/src/build/log_injector.css
|
| +++ b/pkg/polymer/lib/src/build/log_injector.css
|
| @@ -7,6 +7,7 @@
|
| right: 0;
|
| max-width: 50%;
|
| z-index: 10000;
|
| + font-family: sans-serif !important;
|
| }
|
| .build-logs .log {
|
| padding: 0.6em;
|
| @@ -73,5 +74,5 @@
|
| padding: 0.4em 0.2em 0.2em 2em;
|
| white-space: pre;
|
| display: block;
|
| - font-family: monospace;
|
| + font-family: monospace !important;
|
| }
|
|
|