Skip to content

Commit

Permalink
Update Spacing units
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jan 10, 2024
1 parent 246c86f commit 61e458e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/vendor/manager/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/manager/src/components/helpers/Spacing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { onBeforeMount, ref } from 'vue';
const emit = defineEmits(['update:modelValue']);
const props = defineProps(['modelValue', 'field']);
const devices = ['desktop', 'tablet', 'mobile'];
const unitOptions = ['px', 'em', 'rem', 'pt', '%'];
const unitOptions = ['px', 'em', 'rem', 'pt', '%', 'Custom'];
const currentDevice = ref('desktop');
const data = ref({
'desktop' : {
Expand Down

0 comments on commit 61e458e

Please sign in to comment.