You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aConnect-UX/src/app/user-permissions/user-permissions.component....

19 lines
325 B
SCSS

li {
margin: 5px 0;
}
ul {
list-style-type: none;
margin: 0;
padding-left: 10px; /* Reduce overall left padding */
}
ul ul {
padding-left: 5px; /* Reduce space for nested items */
margin-left: 5px;
}
li {
margin-bottom: 3px; /* Add slight vertical spacing between items */
}