Update MembersView styling for action icons to improve layout consistency

Modified the action-icons-row CSS to prevent wrapping and ensure icons remain in a single line, enhancing the visual layout and usability of the MembersView component.
This commit is contained in:
Torsten Schulz (local)
2025-11-06 15:01:40 +01:00
parent 106c63890e
commit 98637eec00

View File

@@ -1321,8 +1321,9 @@ table td {
.action-icons-row {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;
white-space: nowrap;
}
.action-icon {