up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user