fix(NcSelect): Ensure component height is same as input element#5883
fix(NcSelect): Ensure component height is same as input element#5883marcoambrosini merged 2 commits intomasterfrom
Conversation
…r NcSelect with users Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
e56c883 to
ca340e4
Compare
|
Is it supposed to be |
Where do you see that number? It should be always |
Ok yeah my bad, tested it on 30 and looks good. But we will have to update some styling in calendar @ChristophWurst as it breaks |
|
/backport to next |
|
Seem now to become an issue on 28/29 |
☑️ Resolves
Currently the element was 36px instead of 34px which looks weird if using multiple input elements side by side (caused by search input being 34px + 2px border).
Also there was jumping because there are two different border width, so we need to adjust the input height based on the outer border width and the margin of the selected options.
🏁 Checklist
nextrequested with a Vue 3 upgrade