Skip to main content

All Questions

0 votes
2 answers
684 views

Using d-flex and flex-wrap in Internet Explorer 11

I have seen that this question had been asked before and I tried the different answers provided, however, none seemed to work on my code. I am working on fixing a series of inputs that are displaying ...
cyber_angel's user avatar
2 votes
1 answer
1k views

List item alignment problem with flexbox in IE 11 and Edge

I've created an ordered list of questions, with the option to edit or delete each one. I'm using Bootstrap 4 and flexboxes to design my website. The list looks great on Firefox and Chrome, but when I ...
Alexander's user avatar
  • 4,109
0 votes
1 answer
105 views

How can i fix IE image and column flexbox bug?

I've made a resizable template using bootstrap4 css. In OK in all browsers except IE 11.0. To be sure .d-flex class doesn't works properly (I've used it to make all of my columns of the same height)....
Cove's user avatar
  • 669
0 votes
2 answers
560 views

align-content not working Internet Explorer 11

.row { background: green; color: white; margin-top: 20px; } .col2 { border: 3px solid black; display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-end;...
tom clarck's user avatar
2 votes
1 answer
2k views

IE11 Flex issue with Bootstrap table

im experiencing a problem with IE11 and Flexbox when using bootstrap table. My row looks like this I have a table in the design that is scrollable to the right as there is a lot of fields in it. The ...
Michal Takáč's user avatar
0 votes
2 answers
565 views

Flex content width not calculated correctly inside a position: fixed container in IE11

I'm building a custom tooltip that uses position: fixed and a dynamic top and left to follow your mouse cursor around. The tooltip has a relatively complex layout built with flexbox. I'm having an ...
Ryan Giglio's user avatar
  • 1,094
0 votes
1 answer
3k views

Bootstrap 4 - IE11 - row with align-center-self losing width

I'm trying to align my .row - element centered on the y-axix in IE11 but it doesn't seem to work. My HTML: <section class="home-section"> <div class="container home-section-inner d-...
user avatar
0 votes
1 answer
338 views

IE11 Flexbox issue using a Bootstrap .badge

Currently, I have a flex-row that has one element grows with the space and a badge that justifies to the end and should not grow. But in IE11 with flex-grow: 0, the span.badge will not even take the ...
Bardsworth's user avatar