Fixed #3533 - RadioButton and Rating causes scroll
parent
ccc3aa7eb7
commit
17e7b6e7c0
|
@ -1,4 +1,5 @@
|
|||
.p-radiobutton {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
|
|
@ -143,6 +143,7 @@ export default {
|
|||
|
||||
<style>
|
||||
.p-rating {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue