From 8c9d15a3e4c4deb3dff9301b3e60b6cedbc0ffb7 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 7 Jun 2016 13:42:27 +0100 Subject: [PATCH] Tweak style of the beta-feature-badge class. --- services/web/public/stylesheets/app/beta-program.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/beta-program.less b/services/web/public/stylesheets/app/beta-program.less index c0a88b76e6..8c9667d917 100644 --- a/services/web/public/stylesheets/app/beta-program.less +++ b/services/web/public/stylesheets/app/beta-program.less @@ -11,6 +11,8 @@ .beta-feature-badge { &:extend(.label); &:extend(.label-warning); - padding-bottom: 2px; + vertical-align: 11%; + padding-bottom: 4px; + padding-top: 2px; margin-left: 12px; } \ No newline at end of file