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

Unified Diff: appengine/cmd/milo/frontend/static/buildbot/css/default.css

Issue 2086353004: milo: put line breaks between step text strings (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: milo: put line breaks between step text strings Created 4 years, 6 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: appengine/cmd/milo/frontend/static/buildbot/css/default.css
diff --git a/appengine/cmd/milo/frontend/static/buildbot/css/default.css b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
index e65c2f35a430a4ccecb16020b8c4f6fe1785aaa3..a5c85009d349a72f909b7023b3db73dc078db0ac 100644
--- a/appengine/cmd/milo/frontend/static/buildbot/css/default.css
+++ b/appengine/cmd/milo/frontend/static/buildbot/css/default.css
@@ -699,3 +699,7 @@ form.command_forcebuild .force-nested > .label {
form.command_forcebuild .force-any .force-text {
display: inline;
}
+
+div.step-text:first-child {
Ryan Tseng 2016/06/23 00:45:35 This feels like a hack ... But oh well, might be b
nodir 2016/06/23 01:04:39 Specifying how stuff should look like in CSS shoul
+ display: inline;
+}

Powered by Google App Engine
This is Rietveld 408576698