Fixed #3533 - RadioButton and Rating causes scroll

pull/3539/head
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

@ -1,4 +1,5 @@
.p-radiobutton {
position: relative;
display: inline-flex;
cursor: pointer;
user-select: none;

View File

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