Fix page jumping on repeater entry

This commit is contained in:
Ben Haynes
2021-04-22 16:26:15 -04:00
parent de94e5d898
commit 63a6397625
2 changed files with 2 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ body {
border: 2px solid var(--border-subdued);
border-radius: var(--border-radius);
transition: border-color var(--fast) var(--transition);
margin: 0;
.v-icon {
color: var(--foreground-subdued);

View File

@@ -192,7 +192,7 @@ export default defineComponent({
<style lang="scss" scoped>
.v-notice {
margin-bottom: 6px;
margin-bottom: 4px;
}
.v-list {