Yes, I did not control media screen.
The symbols were too close to each other, so I adjusted them with padding.
@media screen and (min-width: 769px) {.p-navgroup-link {padding: 6px 15px;}}
15px has caused the error. With 12px it works, but is probably not a real solution.
LG: Tammy