From 24e71a82c691166855c48d0c232bef4cee1974d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 4 Feb 2021 11:12:46 +0100 Subject: [PATCH] refactoring --- docs/src/components/Demo/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Demo/style.scss b/docs/src/components/Demo/style.scss index d3d84381..f2c67a0b 100644 --- a/docs/src/components/Demo/style.scss +++ b/docs/src/components/Demo/style.scss @@ -19,7 +19,7 @@ } &__tabs { - padding: 1rem 1.25rem 0 1.25rem; + padding: 0.5rem 1.25rem 0 1.25rem; background-color: rgba($colorBlack, 0.9); white-space: nowrap; overflow-x: auto;