Fixed #3533 - RadioButton and Rating causes scroll

This commit is contained in:
Tuğçe Küçükoğlu 2023-01-13 16:39:56 +03:00
parent ccc3aa7eb7
commit 17e7b6e7c0
2 changed files with 2 additions and 0 deletions

View file

@ -143,6 +143,7 @@ export default {
<style>
.p-rating {
position: relative;
display: flex;
align-items: center;
}