Skip to content

Commit

Permalink
css navbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Oct 1, 2018
1 parent 15d5985 commit 8b2d62d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/less/espo-vertical/layout.less
Expand Up @@ -47,6 +47,10 @@ body > #header ul.tabs > li span.short-label > span {

body > #header ul.tabs > li > a > span.full-label {
display: inline;
text-overflow: ellipsis;
max-width: ~"calc(100% - 50px)";
overflow: hidden;
white-space: nowrap;
}

body > #header .navbar-brand span.home-icon {
Expand Down

0 comments on commit 8b2d62d

Please sign in to comment.