Skip to content

Commit

Permalink
Fixed #10718 - p-radioButton causes layout issues when used inside an…
Browse files Browse the repository at this point in the history
… overflow: auto div (all elements with p-hidden-accessible?)
  • Loading branch information
yigitfindikli committed Oct 8, 2021
1 parent 56075a2 commit cf6e016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/radiobutton/radiobutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
cursor: pointer;
user-select: none;
vertical-align: bottom;
position: relative;
}

.p-radiobutton-box {
Expand Down Expand Up @@ -32,4 +33,4 @@ p-radiobutton {

.p-radiobutton-label {
line-height: 1;
}
}

0 comments on commit cf6e016

Please sign in to comment.