From b11f4061ffa27401838447e44a1cc08ad9e31c22 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:46:13 +1300 Subject: [PATCH] lint: Appease the linting gods --- docs/content/assets/css/customizations.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/assets/css/customizations.css b/docs/content/assets/css/customizations.css index b7901892..320da152 100644 --- a/docs/content/assets/css/customizations.css +++ b/docs/content/assets/css/customizations.css @@ -16,9 +16,9 @@ If you want to append instead, switch `::before` to `::after`. src: url('../fonts/external-link.woff') format('woff'); } -/* - Since mkdocs-material 9.5.5 broke support in our docs from DMS v13.3.1, we now use our own class name, - which has been included for the two external nav links in mkdocs.yml via workaround (insert HTML). +/* + Since mkdocs-material 9.5.5 broke support in our docs from DMS v13.3.1, we now use our own class name, + which has been included for the two external nav links in mkdocs.yml via workaround (insert HTML). */ .icon-external-link::before { display: inline-block; /* treat similar to text */