diff --git a/js/src/assets/oruga-tailwindcss.css b/js/src/assets/oruga-tailwindcss.css index 5924b0965..b413f0a91 100644 --- a/js/src/assets/oruga-tailwindcss.css +++ b/js/src/assets/oruga-tailwindcss.css @@ -36,6 +36,9 @@ body { .btn-size-large { @apply text-2xl py-6; } +.btn-size-small { + @apply text-sm py-1 px-2; +} .btn-disabled { @apply opacity-50 cursor-not-allowed; } diff --git a/js/src/components/Resource/DraggableList.vue b/js/src/components/Resource/DraggableList.vue index 9eaee7fdd..c470c993b 100644 --- a/js/src/components/Resource/DraggableList.vue +++ b/js/src/components/Resource/DraggableList.vue @@ -1,31 +1,32 @@