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

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: Fix includes. 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..644ac97ec998f9553d1361adb41fc70d61a48c8d 100644
--- a/Tools/GardeningServer/ui/ct-trooper-card.html
+++ b/Tools/GardeningServer/ui/ct-trooper-card.html
@@ -9,6 +9,11 @@ found in the LICENSE file.
<polymer-element name="ct-trooper-card" attributes="group">
<template>
<style>
+ :host {
+ display: flex;
+ flex: 1;
+ }
+
#failure {
flex: 1;
margin-left: 10px;

Powered by Google App Engine
This is Rietveld 408576698