From ca38469cdde7a90a3f0b6ac847eb98c0aedf6480 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 18 Jul 2024 15:06:22 +0200 Subject: [PATCH] fix(NcInputField): Perfectly align trailing button outline with input field Signed-off-by: Ferdinand Thiessen --- src/components/NcInputField/NcInputField.vue | 30 +++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/components/NcInputField/NcInputField.vue b/src/components/NcInputField/NcInputField.vue index 4b776a0b43..fc6b5705c7 100644 --- a/src/components/NcInputField/NcInputField.vue +++ b/src/components/NcInputField/NcInputField.vue @@ -17,7 +17,11 @@ For a list of all available props and attributes, please check the [HTMLInputEle