From: Sebastián Ramírez Date: Fri, 9 Aug 2024 01:42:26 +0000 (-0500) Subject: 💡 Add comment about custom Termynal line-height (#11976) X-Git-Tag: 0.112.1~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f9ca032d6bbc6061a703780b5d74ac3264cdeb9;p=thirdparty%2Ffastapi%2Ffastapi.git 💡 Add comment about custom Termynal line-height (#11976) --- diff --git a/docs/en/docs/css/termynal.css b/docs/en/docs/css/termynal.css index af2fbe6700..8534f91021 100644 --- a/docs/en/docs/css/termynal.css +++ b/docs/en/docs/css/termynal.css @@ -26,6 +26,7 @@ position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; + /* Custom line-height */ line-height: 1.2; }