extraInfo: minor UI fix for non-English locales

In non-English locales, the "Needs review" label is significantly longer
(i.e. in Spanish it's "Pendiente de revisión"), which makes it overlap
the label added by the extension (and also the vanilla workstate label).

This CL fixes this issue.

Change-Id: I4e4c00fe8df8eabe2aea151a01a638a66902c5d8
diff --git a/src/static/css/extrainfo.css b/src/static/css/extrainfo.css
index a7bc977..b3e3a8f 100644
--- a/src/static/css/extrainfo.css
+++ b/src/static/css/extrainfo.css
@@ -93,6 +93,11 @@
   margin-bottom: 16px;
 }
 
+/* This modifies the CC styles */
+ec-thread-summary .author-line .removed-label {
+  width: auto!important;
+  min-width: 72px!important;
+}
 
 /* Special styles for good/bad labels */
 .TWPT-extrainfo-good {