couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 126 forks source link

add only icon-text class when Icon text prop is enabled #337

Closed kennethnym closed 3 years ago

kennethnym commented 3 years ago

Currently if Icon text prop is enabled, both icon and icon-text classes are added, causing layout issue. From Bulma's documentation, only the icon-text class is required. This PR addresses this issue.

Closes #335, cc @Tstassin

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 93.13% when pulling a076c09b246484498b26d34bcfa9b3c211a5ff3f on issue-335 into 7b5c0e437aa4bcc07d03dd35b7cf6eef15d5eb6a on master.