We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d1e6f3 + d47af77 commit 779f9a1Copy full SHA for 779f9a1
polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.ts
@@ -246,11 +246,6 @@ export class GrMainHeader extends LitElement {
246
list-style: none;
247
padding-left: var(--spacing-l);
248
}
249
- /* Prevents the links from overflowing onto the next line when width is reduced. */
250
- .links {
251
- whitespace: no-wrap;
252
- overflow: auto;
253
- }
254
nav.hideOnMobile .links > li {
255
cursor: default;
256
display: inline-block;
0 commit comments