-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Height 'auto' on html audio tag breaks height of tag #2060
Height 'auto' on html audio tag breaks height of tag #2060
Comments
I confirm this is still problem in v0.7.1 in chrome (btw it works okay in firefox). Steps to reproduce: |
Same thing happens with iframes from Google Hire. The |
Is there a solution to this, the iframe issue is really causing me problems. Disabling the auto in chrome developer tools shows that it works perfectly after. Also manually editing the css generated. |
I am also experiencing this. I discovered this when creating a WordPress theme and unit testing against instagram embeds. |
Will fix this in the next release. Sorry about that. |
I don't think this made it into 0.7.5. minireset.sass is still setting height: auto; for iframes. bulma/sass/base/minireset.sass Lines 60 to 67 in d2c9e60
Any chance for a small point release to address this? |
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [0.7.1]
My browser is: Chrome, Safari
Description
In the minireset.sass file, the audio tag gets a 'height: auto;'. Because of this, the height of audio tag is set to 0 and the audio tag cannot be properly aligned inside an other element.
This has already mentoined in an older issue (#819), but it's still not fixed.
Steps to Reproduce
Expected behavior
The audio element should have the height assigned by default (user agent stylesheet).
Actual behavior
The audio element has a height of 0px.
The text was updated successfully, but these errors were encountered: