.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.uk-navbar-nav>li>a.tm-language {
  padding-left: 1.7em;
  position: relative;
  background-image: url(/assets/icons/globe.svg);
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: left 0 center;
}