You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2020/05/15 10:58:15 UTC

[GitHub] [myfaces-tobago] henningn opened a new pull request #104: remove "d-flex" css class

henningn opened a new pull request #104:
URL: https://github.com/apache/myfaces-tobago/pull/104


   We should avoid the usage of "d-flex" CSS class from Bootstrap, because it uses the "!important". In this case the "!important" keyword only prevent custom styling but has no advantage.
   A better way is to set the "display: flex" (without ""!important") style on the tobago CSS class.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] henningn merged pull request #104: remove "d-flex" css class

Posted by GitBox <gi...@apache.org>.
henningn merged pull request #104:
URL: https://github.com/apache/myfaces-tobago/pull/104


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org