From 6c4702e0863975da9638d22e9c4bc0185ceb9fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Oct 2023 22:28:45 +0000 Subject: [PATCH] Add forum link to feedback panel (#5432) Signed-off-by: Fanit Kolchina (cherry picked from commit b38f3611319ba736951656d6d0de4b4ae0ee6595) Signed-off-by: github-actions[bot] --- _includes/feedback.html | 1 + _sass/custom/custom.scss | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_includes/feedback.html b/_includes/feedback.html index 3d99e78017..bca9ed66b4 100644 --- a/_includes/feedback.html +++ b/_includes/feedback.html @@ -11,5 +11,6 @@
350 characters left
+

Have a question? Ask us on the OpenSearch forum.

Want to contribute? or .

\ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index c385ad5ecf..c6427064b1 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -547,8 +547,8 @@ p.label { list-style-type: none; background-color: $sidebar-color; padding: $sp-6 $sp-4; - margin-left: $sp-6; - margin-right: $sp-6; + margin-left: $sp-4; + margin-right: $sp-8; margin-bottom: 0; overflow: auto; } @@ -563,8 +563,8 @@ p.label { width: calc(#{$toc-width} - 4rem); text-align: center; margin-top: 3rem; - margin-left: $sp-6; - margin-right: $sp-6; + margin-left: $sp-4; + margin-right: $sp-8; padding-left: 1rem; padding-right: 1rem; display: block;