refactor: limit maximum size of detail and description in completion dropdown

This commit is contained in:
CJ van den Berg 2025-12-24 00:40:58 +01:00
parent b5d137666f
commit f875dba810
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 14 additions and 6 deletions

View file

@ -120,6 +120,8 @@ pub fn on_render_menu(_: *Type, button: *Type.ButtonType, theme: *const Widget.T
selected,
button.hover,
theme,
&.{},
&.{},
);
}