Open
Description
I think this is a CSS issue, It looks a bit daft 100% wide. I have check it is doing this in the quickstart package aswell.
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
Without modification
After I disable wdith: 100% in the rule above
Related to #97