From ec4dc8914202b2165bcce23c451c4c78672a9c7b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 5 Sep 2014 13:06:36 -0700 Subject: [PATCH] Fixed: keep search buttons on one line --- src/UI/Cells/cells.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/UI/Cells/cells.less b/src/UI/Cells/cells.less index 0c8e1c5f4..2f6d916c3 100644 --- a/src/UI/Cells/cells.less +++ b/src/UI/Cells/cells.less @@ -120,6 +120,10 @@ td.episode-status-cell, td.quality-cell, td.history-quality-cell { .clickable(); margin-left : 8px; } + + i:first-of-type { + margin-left : 0px; + } } .episode-activity-details-cell {