From 30bf8f5286ad6dca4cff80d6021f0bac85843750 Mon Sep 17 00:00:00 2001 From: danielstorey Date: Wed, 11 Sep 2024 19:47:25 +0100 Subject: [PATCH] fix: listbox options and inputs layout and styling --- src/components/InputAffix/InputAffix.vue | 2 +- src/components/Listbox/Listbox.vue | 62 +++++++------------- src/components/NumericInput/NumericInput.vue | 2 +- src/components/TextArea/TextArea.vue | 2 +- src/components/TextInput/TextInput.vue | 2 +- src/composables/styles.js | 2 +- 6 files changed, 27 insertions(+), 45 deletions(-) diff --git a/src/components/InputAffix/InputAffix.vue b/src/components/InputAffix/InputAffix.vue index 5d3ff8e..0901032 100644 --- a/src/components/InputAffix/InputAffix.vue +++ b/src/components/InputAffix/InputAffix.vue @@ -1,5 +1,5 @@