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 = `