You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the following solution for the issue might work: which is setting the width of the label to the following: #radioLabel { width: calc(100% - var(--calculated-paper-radio-button-size, 16px) - var(--paper-radio-button-label-spacing, 10px)); }
According to the Pull Request guidelines only pull requests with tests will be considered. In a case like this, in which a visual 'glitch' is present is it necessary/possible to unit test the issue?
Description
The label width of the
paper-radio-button
does not respect the width of the parent (paper-radio-button
)Expected outcome
It is expected that the label does not fall off the width provided to the
paper-radio-button
Actual outcome
Please observe that the label (surrounded by a 1px solid black outline) is rendered outside of the
paper-radio-button
(cyan background color).Steps to reproduce
background-color
paper-radio-button
element inside the container. Please give it a proper text that is bigger than 1 word.paper-radio-button
label is rendered outside of the containing div.Browsers Affected
All browsers are affected. It is a browser independent issue.
The text was updated successfully, but these errors were encountered: