From 764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 14 May 2026 01:01:02 -0700 Subject: Completely refreshed Key Ratios, Historical Ratios, and DCF/Multiples tab. --- components/top_movers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/top_movers.py') diff --git a/components/top_movers.py b/components/top_movers.py index db95592..d50eee7 100644 --- a/components/top_movers.py +++ b/components/top_movers.py @@ -143,7 +143,7 @@ def _render_mover_tab(screen: str, state_key: str): st.button( button_label, key=f"{state_key}_button", - use_container_width=True, + width="stretch", on_click=_toggle_mover_tab, args=(state_key,), ) -- cgit v1.3-2-g0d8e