From 0dd05c7bed950959b3670e2b1079a5da819dcd1e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 13 Dec 2014 00:31:51 -0800 Subject: [PATCH] Release rejections list padding reduced --- src/UI/Cells/cells.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/UI/Cells/cells.less b/src/UI/Cells/cells.less index f09812835..f062de677 100644 --- a/src/UI/Cells/cells.less +++ b/src/UI/Cells/cells.less @@ -71,9 +71,13 @@ } .approval-status-cell { - widows : 10px; + .popover { max-width : 400px; + + ul { + margin-left: -25px; + } } i {