overrides.less file doesn't respect the variable @grid-float-breakpoint, that lets you define the point at wich the navbar becomes uncollapsed (default is @screen-sm-min).

It results in a minor un-alignment of the logo (margin left).

In overrides.less line 175:
@media @tablet {

has to be replaced for:
@media (min-width: @grid-float-breakpoint) {

Comments

llribas created an issue. See original summary.

  • markcarver committed 08258b8 on 7.x-3.x
    Automated commit: grunt compile (CSS)
    
    Issue #2830712 by markcarver,...
  • markcarver committed 9e737c3 on 7.x-3.x
    Issue #2830712 by markcarver, llribas: Unaligned logo when you edit @...
markhalliwell’s picture

Version: 7.x-3.8 » 7.x-3.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.