| Index: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| index b64a4e19532051720455584ece27c1f9eb44615a..ee059bc073a268c9fece5e6d1b8943023d91b101 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| @@ -301,11 +301,12 @@
|
| line-height: 1.2;
|
| white-space: nowrap;
|
| display: flex;
|
| + align-items: center;
|
| + justify-content: flex-start;
|
| }
|
|
|
| -.text-editor-row-message .bubble-repeat-count {
|
| - margin-right: 1ex;
|
| - margin-top: -1px;
|
| +.text-editor-row-message .message-repeat-count {
|
| + margin-right: 0.5em;
|
| }
|
|
|
| .CodeMirror .text-editor-line-decoration-icon {
|
|
|