From a7df687d829bc856ea80b81c05985d5b92706201 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 17 Jun 2024 09:22:52 +0300 Subject: [PATCH] fix docs version selector getting hidden --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 364e2f144..7b2f7e2f8 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -85,7 +85,7 @@ height: 2rem; } -.md-header__topic { +.md-header__topic .md-ellipsis { display: none; }