Skip to content

Commit

Permalink
- fixed Contact Details title visual overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
firestorm40 committed Aug 21, 2019
1 parent c4b465e commit d16d1d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SPIXI/SPIXI.Android/Assets/html/css/spixiui.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ img.emoji {
.spixi-toolbar-contact-name {
margin-top: 24px;
margin-left: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.spixi-toolbar-contact-status {
margin-left: 20px;
Expand Down

0 comments on commit d16d1d7

Please sign in to comment.