From a8a96feae1500e84da1d3313b7163f86e4df4181 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 12 Dec 2025 11:35:29 -0600 Subject: [PATCH] style(api): Adjust All endpoints path font size to 0.9rem Increase font size from 0.55rem to 0.9rem for better readability while keeping the standard sans font for space efficiency. --- assets/styles/layouts/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layouts/_sidebar.scss b/assets/styles/layouts/_sidebar.scss index ec9db0a75..9add87285 100644 --- a/assets/styles/layouts/_sidebar.scss +++ b/assets/styles/layouts/_sidebar.scss @@ -267,7 +267,7 @@ // Path-based operation display (All endpoints list) &--path .api-path { font-family: $proxima; - font-size: 0.55rem; + font-size: 0.9rem; color: inherit; word-break: break-all; }