Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css

Issue 2272193002: [DevTools] Extract small-bubble component. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698