From 25c4282f1ccf246606a518019cc8ba13c96433e3 Mon Sep 17 00:00:00 2001 From: twjasa Date: Mon, 27 Sep 2021 20:22:25 -0300 Subject: [PATCH 1/2] fix: correct width of http request methods --- 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 ff8230c0aa6..cb981e50784 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; text-align: center; From e71faab2e3476bbfd2accd8f4f4a1ef4bfd5e51c Mon Sep 17 00:00:00 2001 From: twjasa Date: Thu, 30 Sep 2021 12:12:51 -0300 Subject: [PATCH 2/2] Update src/style/_layout.scss Co-authored-by: Vladimir Gorej --- 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 cb981e50784..b14b680b340 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -281,7 +281,7 @@ font-weight: bold; min-width: 80px; - padding: 6px; + padding: 6px 0; text-align: center;