Skip to content

Commit

Permalink
Merge pull request #7953 from RocketChat/firefox-username
Browse files Browse the repository at this point in the history
[FIX] username ellipsis on firefox
  • Loading branch information
engelgabriel authored Aug 30, 2017
2 parents 55a34be + 7cdd31e commit 79e1e9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
overflow: hidden;
flex: 1;

max-width: 160px;
max-width: fit-content;
height: calc(var(--sidebar-account-username-size) + 0.1rem);
margin-bottom: 0.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
flex: 0 0 var(--sidebar-width);

width: var(--sidebar-width);
max-width: var(--sidebar-width);

height: 100%;

Expand Down

0 comments on commit 79e1e9d

Please sign in to comment.