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: [email protected]
