Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #29356
Closed
Open
Issue created Sep 02, 2019 by XhmikosR@XhmikosRContributor

Fix homepage bootstrap-stack.svg display on IE

So, apparently, this is broken for quite some time now :)

It seems it first broke on https://github.com/twbs/bootstrap/commit/cb2b21bb88604dee22bd4d0f2804d8366b2d65e3

The issue is present on the current live site, v4-dev and master branches. For the master branch it seems removing align-items-start from the parent row fixes the issue (plus it seems the class is redundant anyway).

For v4-dev, so far, I have found 2 ways to solve this:

  1. specify the height in the CSS for >=768px, and width set to auto
  2. remove the img-fluid class from the SVG

This is how the live site https://getbootstrap.com/ looks like right now:

2019-09-01_11-39-55

/CC @MartijnCuppens @ysds for thoughts. I'll make a PR for master to remove the align-items-start class anyway.

Assignee
Assign to
Time tracking