Remove CSS that was causing change list to render at 11px font

+ Also makes anchor links block display to increase their hit targets.

Change-Id: I66ea07b1c125b1f80df2aafece4a5254efd51bdb
diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html
index ad6eaa2..a4ca21a 100644
--- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html
+++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html
@@ -41,6 +41,7 @@
       }
       a {
         color: var(--default-text-color);
+        display: block;
         text-decoration: none;
       }
       a:hover {
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html
index ffcf157..1257046 100644
--- a/polygerrit-ui/app/styles/gr-change-list-styles.html
+++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -85,9 +85,6 @@
         width: 2.6em;
         text-align: center;
       }
-      :host {
-        font-size: 11px;
-      }
       @media only screen and (max-width: 50em) {
         :host {
           font-size: 14px;