mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
remove list-style for v-list (#7439)
This commit is contained in:
@@ -65,6 +65,7 @@ export default defineComponent({
|
||||
.v-list {
|
||||
position: static;
|
||||
display: block;
|
||||
list-style: none;
|
||||
min-width: var(--v-list-min-width);
|
||||
max-width: var(--v-list-max-width);
|
||||
min-height: var(--v-list-min-height);
|
||||
|
||||
Reference in New Issue
Block a user