From f4bea11f53f1255d750d1300ed5185510dcece20 Mon Sep 17 00:00:00 2001 From: afro-coder Date: Tue, 19 Oct 2021 18:12:21 +0530 Subject: [PATCH] Added css to improve user experience with docs --- assets/scss/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 20a36b6175..96151865e8 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -378,6 +378,12 @@ body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-do border-radius: 3px; } + +.td-documentation .td-content > .highlight { + max-width: initial; + width: 100%; +} + body.td-home #deprecation-warning { max-width: 1000px; margin-top: 2.5rem;