From 3ad7d7776b611b547113e2c82215fcb9a568c823 Mon Sep 17 00:00:00 2001 From: v8tenko Date: Tue, 13 Feb 2024 17:47:06 +0300 Subject: [PATCH] fix: add paddings --- src/runtime/scss/tabs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime/scss/tabs.scss b/src/runtime/scss/tabs.scss index 1230171..2548296 100644 --- a/src/runtime/scss/tabs.scss +++ b/src/runtime/scss/tabs.scss @@ -52,6 +52,10 @@ overflow: hidden; height: 0; + /* for anchors */ + padding-left: 30px; + transform: translateX(-30px); + &:first-child { margin-top: 0 !important; }