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

Commit

Permalink
fix(account): move long keys to 2nd line (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyRoach authored Aug 22, 2018
1 parent 499eb31 commit ff447f9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.key {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
max-width: 50%;
margin-right: 5px;
/* For Firefox */
word-wrap: break-word;
/* For Chrome and IE */
word-break: break-word;
}

.value {
Expand Down

0 comments on commit ff447f9

Please sign in to comment.