Closed CodeWringer closed 1 year ago
Adjust the styling so that list items are set apart properly. This problem is especially noticeable with skill list items, which seem to sit very tightly packed together.
Perhaps the following style might suffice:
.custom-system-list-item { margin-bottom: 1rem; border-radius: 10px; border: 1px solid #818181d9; }
This appears to be the case especially when a list is viewed in read only mode.
Adjust the styling so that list items are set apart properly. This problem is especially noticeable with skill list items, which seem to sit very tightly packed together.
Perhaps the following style might suffice: