Skip to content

Commit 779f9a1

Browse files
bro314Gerrit Code Review
authored andcommitted
Merge "Revert "Fix overflow of the title links on a small window""
2 parents 9d1e6f3 + d47af77 commit 779f9a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ export class GrMainHeader extends LitElement {
246246
list-style: none;
247247
padding-left: var(--spacing-l);
248248
}
249-
/* Prevents the links from overflowing onto the next line when width is reduced. */
250-
.links {
251-
whitespace: no-wrap;
252-
overflow: auto;
253-
}
254249
nav.hideOnMobile .links > li {
255250
cursor: default;
256251
display: inline-block;

0 commit comments

Comments
 (0)