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

Unified Diff: Tools/GardeningServer/ui/ct-trooper-card.html

Issue 565523002: [Sheriff-o-matic] Refactor cards and get rid of ct-failure-cards (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT-ed Created 6 years, 3 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: Tools/GardeningServer/ui/ct-trooper-card.html
diff --git a/Tools/GardeningServer/ui/ct-trooper-card.html b/Tools/GardeningServer/ui/ct-trooper-card.html
index cda901842a4ef26fe9abe61f39b532e5895ef548..f1365cb674453efbd511a5743f4cbab4f9c6dd8b 100644
--- a/Tools/GardeningServer/ui/ct-trooper-card.html
+++ b/Tools/GardeningServer/ui/ct-trooper-card.html
@@ -9,6 +9,10 @@ found in the LICENSE file.
<polymer-element name="ct-trooper-card" attributes="group">
<template>
<style>
+ :host {
+ display: flex;
+ }
+
#failure {
flex: 1;
margin-left: 10px;
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/test/ct-bot-failure-card-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698