I have noticed that create-react-app removes spaces between inline block elements.
This is the spaces I am talking about: https://css-tricks.com/fighting-the-space-between-inline-block-elements/
Here is Codepen plain HTML where spaces stay: https://codepen.io/edvardsniedre/pen/vYONOQj?editors=1100
code
And here CodeSandbox React JSX where spaces go: https://codesandbox.io/s/react-bootstrap-bwdvb
Can anyone explain why?
I prefer spaces. As otherwise I have to add additional styles to add spaces to buttons and so on. Please help.