Merge changes I4abb6e88,Ib9b8da89

* changes:
  Chip account should be 100px to prevent overflow over another line
  Use border instead of fill in suggestion chips in the reply dialog
diff --git a/ui/suggest-owners.js b/ui/suggest-owners.js
index 5267d57..2395476 100644
--- a/ui/suggest-owners.js
+++ b/ui/suggest-owners.js
@@ -135,6 +135,9 @@
         }
         .suggestion-row-indicator[visible] iron-icon {
           color: var(--link-color);
+          vertical-align: top;
+          position: relative;
+          top: 3px; /* (26-20)/2 - 26px line-height and 20px icon */ 
         }
         .suggestion-group-name {
           width: 200px;