question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add flex 0 to container styles

See original GitHub issue

This can totally be done in a stylesheet, but how do you feel about adding flex: 0 into the containerContainer inline styles? https://github.com/wnr/element-resize-detector/blob/master/dist/element-resize-detector.js#L793

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
wnrcommented, Dec 12, 2016

This is now fixed in version 1.1.10

0reactions
souporseriouscommented, Dec 13, 2016

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

flex - CSS: Cascading Style Sheets - MDN Web Docs
The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container....
Read more >
A Complete Guide to Flexbox | CSS-Tricks
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible ...
Read more >
CSS Flexbox Container - W3Schools
The flex-wrap property specifies whether the flex items should wrap or not. The examples below have 12 flex items, to better demonstrate the...
Read more >
How to Add a Fixed Width Column with CSS Flexbox - W3docs
First of all, we set the display of our <div> container to "flex". Then, we specify the flex of the "grey" class as...
Read more >
CSS Flexbox | display flex, flex properties, flex based layout
Flex Direction property is given to flex container to change direction of flex items. By default, flex direction is row. Flex Directions value....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found