lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.15k stars 357 forks source link

[layout] block element width overflow when parent setted margin spacing #121

Closed lc-soft closed 6 years ago

lc-soft commented 6 years ago
.parent {
  display: block;
  margin: 10px;
}
.child {
  display: block;
}

qq 20180204175157

lc-soft commented 6 years ago

144