From 0e78c045942f83c666609f8a4682cfefdae3e5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 21:07:05 +0300 Subject: [PATCH] Fix back https://github.com/Pryx/server-status/pull/106 https://github.com/Pryx/server-status/pull/106 was reverted back via another PR this fixes it back again --- css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/main.css b/css/main.css index 237335f..8808398 100644 --- a/css/main.css +++ b/css/main.css @@ -622,3 +622,6 @@ label.form-name { line-height: 20px } +.panel .panel-footer .label{ + display: inline-block; +}