fix: restore table alignment by ensuring proper HTML structure and integrating multi-select DataTable
All checks were successful
Build MIPS Binary / build (push) Successful in 5m27s

This commit is contained in:
spinline
2026-02-12 00:48:35 +03:00
parent bfb152f0d8
commit f1c75c468a
2 changed files with 5 additions and 6 deletions

View File

@@ -202,7 +202,7 @@ pub fn ContextMenuTrigger(
#[prop(optional)] on_open: Option<Callback<()>>,
) -> impl IntoView {
let ctx = expect_context::<ContextMenuContext>();
let trigger_class = tw_merge!("block w-full h-full", class);
let trigger_class = tw_merge!("contents", class);
view! {
<div