Skip to content

Explicitly use bootstrap 4.1.1

Clement Ho requested to merge use-bootstrap-4.1.1 into master

What does this MR do?

Explicitly set package.json to use bootstrap 4.1.1.

4.1.2 contains changes in the svg selector for reboot that added vertical align middle (https://github.com/twbs/bootstrap/blob/v4.1.2/scss/_reboot.scss#L275-L278)

This is not the case in 4.1.1 (https://github.com/twbs/bootstrap/blob/v4.1.1/scss/_reboot.scss#L275-L277)

Before After
Screen_Shot_2018-09-11_at_3.30.33_PM Screen_Shot_2018-09-11_at_3.31.12_PM

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51362

Does this MR meet the acceptance criteria?

Edited by Clement Ho

Merge request reports