From fc7cdb8badb83c7783e21eea7ba569c76c706ded Mon Sep 17 00:00:00 2001 From: twjasa Date: Thu, 30 Sep 2021 14:43:43 -0300 Subject: [PATCH] fix(UI): correct width of HTTP request method names (#7527) Closes #7479 --- src/style/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index ff8230c0..b14b680b 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -281,7 +281,7 @@ font-weight: bold; min-width: 80px; - padding: 6px 15px; + padding: 6px 0; text-align: center;