CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

Update NavbarHelper.php #178

Closed walisonbh closed 2 years ago

walisonbh commented 5 years ago

Removing the mr-auto class to allow inclusion via the ml-auto options parameter

When attempting to use the ml-auto class a conflict was generated with the mr-auto class where it was not possible to align the second menu to the right.

Because of this, I removed the mr-auto class from the default template so that if it is necessary for the utility to include it through the options parameter