Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
Bartik theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2014 at 16:11 UTC
Updated:
10 Dec 2014 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
stefan.kornComment #2
emma.mariaSetting this issue to Needs review to fire tests for the patch, I will look into this issue in the meantime.
Comment #3
emma.mariaExcellent spot! The class had not been updated in that section of layout.css so that part of the CSS styling was lost to Bartik.
Before the patch:
The sidebars jumped from 100% to 50% at 560px - 850px for no reason as there was nothing beside them.
After the patch:
Bartik inherits the styles that the incorrect class missed out :)
Comment #4
emma.mariaComment #5
emma.mariaComment #6
dries commentedNice catch and thanks for the fix. Committed!