From 15dc5ff92184db7044f0ce3aa451e57aea58ee19 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Mon, 21 Oct 2013 21:19:37 -0400 Subject: [PATCH] added vertical align top to .slug --- assets/styles/right/lists.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/styles/right/lists.sass b/assets/styles/right/lists.sass index a067b5ff..bb23ea6e 100644 --- a/assets/styles/right/lists.sass +++ b/assets/styles/right/lists.sass @@ -79,11 +79,12 @@ .name, .slug - display: inline + display: inline-block display: -moz-inline-stack overflow: hidden white-space: nowrap text-overflow: ellipsis + vertical-align: top .name max-width: 140px