Skip to content

Commit

Permalink
Merge pull request #9181 from RocketChat/hotfix/9151
Browse files Browse the repository at this point in the history
Fix: UI: Descenders of glyphs are cut off
  • Loading branch information
rodrigok committed Dec 20, 2017
1 parent bef5623 commit 2fe3f03
Showing 1 changed file with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

&__message {
flex-direction: column;
height: var(--sidebar-item-big-thumb-size);

&-top,
&-bottom {
Expand All @@ -44,10 +45,6 @@
width: 100%;
align-items: center;
}

&-bottom {
margin-top: 4px;
}
}
}
}
Expand Down Expand Up @@ -181,15 +178,10 @@

margin: 0 -3px;
align-items: center;
justify-content: center;
justify-content: space-between;

&-top {
overflow: hidden;
flex: 1;
}

&-bottom {
flex: 0 0;
}
}

Expand Down Expand Up @@ -218,7 +210,7 @@
text-overflow: ellipsis;

font-size: 12px;
line-height: 14px;
line-height: normal;

& > p, & code, & pre {
display: inline;
Expand Down

0 comments on commit 2fe3f03

Please sign in to comment.