From 8a8e16aaba436fe727b59ad2e9a27507f2575a4c Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 19 Feb 2026 18:30:04 -0600 Subject: [PATCH] Expand API test response to full container width Move JSON response display outside the max-w-md form container so API results use the full available width instead of being constrained to the narrow form width. --- lib/aprsme_web/live/api_docs_live.ex | 84 ++++++++++++++-------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/lib/aprsme_web/live/api_docs_live.ex b/lib/aprsme_web/live/api_docs_live.ex index a0e59f6..d6dbb74 100644 --- a/lib/aprsme_web/live/api_docs_live.ex +++ b/lib/aprsme_web/live/api_docs_live.ex @@ -686,54 +686,54 @@ defmodule AprsmeWeb.ApiDocsLive do - + + - <%= if @error do %> -
-
- + <%= if @error do %> +
+
+ + + + {@error} +
+
+ <% end %> + + + <%= if @api_result do %> +
+

API Response

+ +
+
+ - {@error} + JSON Response +
+ +
+
<%= @api_result %>
- <% end %> - - - <%= if @api_result do %> -
-

API Response

- -
-
- - - - JSON Response -
- -
-
<%= @api_result %>
-
-
-
- <% end %> -
+
+ <% end %>