CSS Width:100% not working in Google Chrome
问题 I'm trying to build gallery-section with captions based on figure and figcaptions . It must be responsive and work with different height / width along with its figcaption`. Everything works well in firefox , but unfortunately chrome doesn't follow the 100% width in CSS which is significant. figure { margin: 6px; color: #333; /*display: table; float: left;*/ display: inline-block; -webkit-box-sizing: border-box ; -moz-box-sizing: border-box ; box-sizing: border-box ; } figure figcaption {