mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix margin of nested list group
This commit is contained in:
@@ -60,6 +60,12 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.v-list-group {
|
||||
margin-bottom: 4px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.activator-icon {
|
||||
transform: rotate(0deg);
|
||||
transition: transform var(--medium) var(--transition);
|
||||
|
||||
Reference in New Issue
Block a user