stable

Clone or download

Read-only

Fix alignment between 2 and 3 columns layout

This is part of story #10173 Have multiple dashboards When your dashboard has two lines, one in two-columns-small-big and the other one in three-columns, then the columns should be aligned. Instead of: +---+ +-------+ | | | | +---+ +-------+ +--+ +--+ +--+ | | | | | | +--+ +--+ +--+ We should have: +--+ +--------+ | | | | +--+ +--------+ +--+ +--+ +--+ | | | | | | +--+ +--+ +--+ There is still misalignment in IE11 but we don't care. Because IE. Change-Id: I23391863e11e800717985fd766edbf5f867e9cac

Modified Files

Name
M src/templates/dashboard/widgets.mustache +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_dashboard.scss +16 −5 Go to diff View file