Closed sissbruecker closed 2 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Hi @sissbruecker and @web-padawan, when i performed cherry-pick to this commit to 24.5, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick c5232cb5ff0c20aff5fe926158017e9fbfd5a1a4
error: could not apply c5232cb5ff... fix: align prefix and suffix with textarea in Material theme (#8189)
hint: After resolving the conflicts, mark them with
hint: "git add/rm
This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version.
For Material theme, the prefix and suffix elements did not have a top margin, whereas the native textarea does. Which causes icons and text to be misaligned. This adds the same top margin to prefix elements to fix the alignment.