Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-08-15 20:02:01 +0300
committerGitHub <noreply@github.com>2022-08-15 20:02:01 +0300
commit1779a8ce015ed959a8ff5a7ee154c0ab82d3678c (patch)
treecd69f9188c3dfb871cb947dace4521e32cf1d57f /assets
parent0c530c3a602261415fe6cfb4e9fa3066d3256f65 (diff)
Avoid tabbed-pane.scss style leakage (#1163)
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/shortcodes/tabbed-pane.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/shortcodes/tabbed-pane.scss b/assets/scss/shortcodes/tabbed-pane.scss
index 0f075fa..f63b50d 100644
--- a/assets/scss/shortcodes/tabbed-pane.scss
+++ b/assets/scss/shortcodes/tabbed-pane.scss
@@ -1,4 +1,4 @@
-.td-content {
+.tab-content {
.highlight {
margin: 0rem 0 2rem 0;
}