Skip to content

Commit

Permalink
Merge pull request #9165 from RocketChat/hotfix/9147
Browse files Browse the repository at this point in the history
Fix: Click on channel name - hover area bigger than link area
  • Loading branch information
rodrigok committed Dec 18, 2017
1 parent eaebbb3 commit a63ea21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
border-radius: var(--sidebar-item-radius);

background-color: var(--sidebar-item-background);
align-items: center;

align-items: stretch;

&:hover {
background-color: var(--sidebar-item-hover-background);
Expand Down

0 comments on commit a63ea21

Please sign in to comment.