diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html b/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html index b86d0f7db0..d79dc690d6 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-view/gr-change-list-view.html @@ -20,6 +20,7 @@ limitations under the License. + @@ -46,6 +47,9 @@ limitations under the License. nav a:first-of-type { margin-right: .5em; } + .hide { + display: none; + } @media only screen and (max-width: 50em) { .loading, .error { @@ -55,6 +59,9 @@ limitations under the License.