diff --git a/frontend/src/css/custom.css b/frontend/src/css/custom.css
index bf4e0384a3ed389b79d58cd10d0258d2319f72d9..a507cb739cb82b7ea80d59140af17b17603a955a 100644
--- a/frontend/src/css/custom.css
+++ b/frontend/src/css/custom.css
@@ -31,17 +31,17 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
   color-scheme: initial;
 }
 
+/*
+TODO: remove these three styles when
+we can upgrade to docusaurus-theme-openapi@0.6.5
+*/
+
 input[type="text"], :not(#fakeID#fakeId#fakeID) select {
   border-color: var(--ifm-color-primary-lightest);
   border-style: solid;
   border-width: 1px;
 }
 
-/*
-TODO: remove these two styles when
-we can upgrade to docusaurus-theme-openapi@0.6.5
-*/
-
 div.api-code-tab-group {
   justify-content: center;
   flex-wrap: wrap;