Skip to content

Commit

Permalink
Merge pull request #36 from farskid/longtext
Browse files Browse the repository at this point in the history
Items wrap long text
  • Loading branch information
cassidoo authored May 10, 2017
2 parents fd5d9a6 + abf7185 commit 3db3ad8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions styles/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
align-items: center;
justify-content: space-between;
margin: 0 0 10px 0;
padding: 0 20px;
padding: 20px;
width: 100%;
height: 70px;
min-height: 70px;
background: @item-color;
border: none;
border-radius: 3px;
box-sizing: border-box;
font-size: @item-font-size;
.item-name {
width: 400px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
word-break: break-all;
}
.buttons button {
position: relative;
Expand Down

0 comments on commit 3db3ad8

Please sign in to comment.