Skip to content

Commit

Permalink
fix(search): Wrap long search results over multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
csnyders committed Mar 9, 2016
1 parent 67c72fb commit 1df8d34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/search/search.styl
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@

.os-search-resultItem
box-sizing border-box
height 55px
font-size 16px
line-height 55px
overflow hidden

.os-search-resultItem--active
background-color #eeeeee

.os-search-resultItemColumn
padding-left 16px
padding 15px 0 15px 16px
outline none
cursor pointer

Expand Down

0 comments on commit 1df8d34

Please sign in to comment.