From 2ecb2bd4cb5fbb6e7bcba5a27419e1c8e0dcc200 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Tue, 23 Feb 2016 17:32:05 +0100 Subject: [PATCH] Center align "SHOW MORE" labels in details panel --- client/app/styles/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 62dffa8b9..8ca23f663 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -752,6 +752,7 @@ h2 { &-more { .btn-opacity; padding: 2px 0; + text-align: center; text-transform: uppercase; cursor: pointer; color: @text-secondary-color;