how to change height of the navbar without an icon?
The navbar displays too large in the tester when I set it to no icon. I want it to look like it does in the builder. I have tried lots of different ways to set this but can't find a solution. The closest that I have gotten is:
[data-role="navbar"] ul{
height:30px;
overflow: hidden;
}
This sizes it like I need but the text doesn't display.
This how it should look(how it looks in the builder):
This is how it displays in the tester: