Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#16246 Make nav icons 18x18 and overflow hidden to prevent…
Browse files Browse the repository at this point in the history
… bad icon entries
  • Loading branch information
fmontes committed Apr 18, 2019
1 parent 9bf320a commit 041b146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
@@ -1,3 +1,8 @@
.fa {
margin-left: 4px;
:host {
display: flex;
align-items: center;
height: 18px;
justify-content: center;
overflow: hidden;
width: 18px;
}
Expand Up @@ -39,14 +39,6 @@ dot-sub-nav {
transition: background-color $basic-speed ease $basic-speed;
width: $navigation-width;

dot-nav-icon {
display: flex;
}

dot-icon {
margin-left: auto;
}

&-label {
margin-left: $basic-padding * 2;
word-break: break-word;
Expand Down

0 comments on commit 041b146

Please sign in to comment.