From 741f77d571eeeb2cde4fe11dcfe038c4d925a046 Mon Sep 17 00:00:00 2001 From: Joab Date: Wed, 4 Feb 2026 10:35:58 -0300 Subject: [PATCH] =?utf8?q?=E2=9C=A8=20Add=20`viewport`=20meta=20tag=20to?= =?utf8?q?=20improve=20Swagger=20UI=20on=20mobile=20devices=20(#14777)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fastapi/openapi/docs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 632cc2c1d..bb387c609 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -139,6 +139,7 @@ def get_swagger_ui_html( + {title} -- 2.47.3