Closed oliverhermanni closed 6 years ago
If a regular navbar is used in the admin theme toolbar its height is increased by a few pixels.
Currently I fix this with
@media (min-width: 768px) { .pmd-navbar .navbar-nav > li { margin-bottom: -7px; } }
but I'm not sure, if this is a good solution. ;)
Hi, Sounds great. If you need any further assistance please let us know. We will be happy to help you.
If a regular navbar is used in the admin theme toolbar its height is increased by a few pixels.
Currently I fix this with
@media (min-width: 768px) { .pmd-navbar .navbar-nav > li { margin-bottom: -7px; } }
but I'm not sure, if this is a good solution. ;)