From d0e23742cb3fc0836ce5158ddd4206ffb5bf0ffc Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:45:23 -0500 Subject: [PATCH] up --- assets/css/styles.css | 24 ++++++++++++++++++++++++ assets/js/app_simple.js | 20 +++++++++++--------- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 36bb3ba..605259a 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -398,6 +398,30 @@ body { color: var(--text-primary); font-weight: 600; border: none; +} + +/* Menu options UI tweaks */ +.menu-option-item h6 { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.menu-option-item .btn-sm { + padding: 0.25rem 0.5rem; + font-size: 0.85rem; +} + +.table td.text-nowrap { + white-space: nowrap; +} + +/* Ensure action buttons are always visible and don't wrap */ +.table td .d-flex { + align-items: center; + justify-content: flex-end; +} + padding: 15px; font-size: 0.9rem; } diff --git a/assets/js/app_simple.js b/assets/js/app_simple.js index 93da262..267fe2d 100644 --- a/assets/js/app_simple.js +++ b/assets/js/app_simple.js @@ -2461,8 +2461,8 @@ window.addMenuOption = function () { const optionHtml = `