webf
webf copied to clipboard
overflow hidden did not hide the long text
Affected version
main
No same issues found.
- [X] Yes, I search all issues but not found.
Steps to Reproduce
code show.
Code example
<style type="text/css">
* {
padding: 0;
margin: 0;
}
.q {
margin: 10px;
padding: 10px;
flex: 1 1 auto;
background: gold;
}
</style>
<body>
<div style="overflow: hidden;">
<div class="q">
AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKMMMNNNDDDQQQPPPLLLAAAKKKK
</div>
<div class="q">
AAABBBCC
</div>
</div>
</body>
Expected results
Actual results