added vertical align top to .slug
This commit is contained in:
parent
75ae8d7d14
commit
15dc5ff921
|
@ -79,11 +79,12 @@
|
||||||
|
|
||||||
.name,
|
.name,
|
||||||
.slug
|
.slug
|
||||||
display: inline
|
display: inline-block
|
||||||
display: -moz-inline-stack
|
display: -moz-inline-stack
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
|
vertical-align: top
|
||||||
|
|
||||||
.name
|
.name
|
||||||
max-width: 140px
|
max-width: 140px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user