Closed izzygld closed 6 years ago
This is about the Bulma CSS framework
Use Flex properly, In your template [https://dansup.github.io/bulma-templates/templates/forum.html#] (https://dansup.github.io/bulma-templates/templates/forum.html#) you are using the pull-right class to float right the comment icon. It should really be inside the flex container and added margin-left: auto;.
pull-right
margin-left: auto;
@izzygld Can you submit a PR with your suggestions? Thanks.
Fixed and merged in #59, thanks again!
Feature Question:
Overview of the problem
This is about the Bulma CSS framework
Description
Use Flex properly, In your template [https://dansup.github.io/bulma-templates/templates/forum.html#] (https://dansup.github.io/bulma-templates/templates/forum.html#) you are using the
pull-right
class to float right the comment icon. It should really be inside the flex container and addedmargin-left: auto;
.