Skip to content
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

collapsedMarginBottom seems work incorrectly #132

Closed
1 task done
bainian opened this issue Nov 21, 2022 · 0 comments
Closed
1 task done

collapsedMarginBottom seems work incorrectly #132

bainian opened this issue Nov 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@bainian
Copy link
Contributor

bainian commented Nov 21, 2022

Affected version

main

No same issues found

  • Yes, I search all issues but not found.

Bug type

CSS/DOM Style

Which frontend framework you are using.

html

Steps to reproduce

collapsedMarginBottom seems work incorrectly, gap is disappear.

Code example

<html>
<head>
</head>
<style type="text/css">
.parent{
    width:100%;
}

.j4Cp {
    border-radius: 20px;
    margin-bottom: 20px;
    height: 80px;
    display: flex;
}
</style>
<body>
测试 marginBottom
<div class="parent" style="background:gold;">
  <div class="j4Cp" style="background:red;"></div>
</div>

<div class="parent" style="background:gold;">
  <div class="j4Cp" style="background:red;"></div>
</div>

<div class="parent" style="background:gold;">
  <div class="j4Cp" style="background:red;"></div>
</div>
</body>
</html>

Expected results

image

Actual results

image

@bainian bainian added the bug Something isn't working label Nov 21, 2022
looseyi pushed a commit that referenced this issue May 29, 2024
[iOS][1.82.0][Fix] fix iwasm memory leaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants