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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
When .toggle-label is vertical-align: middle; then .toggle-container must be too. Otherwise they are not on the same line. Try display:inline-block; for a paper-toggle-button!
Expected outcome
Switch and label are always on the same line.
Actual outcome
Switch and label are not on the same line if CSS display is not block.
Description
When .toggle-label is vertical-align: middle; then .toggle-container must be too. Otherwise they are not on the same line. Try display:inline-block; for a paper-toggle-button!
Expected outcome
Switch and label are always on the same line.
Actual outcome
Switch and label are not on the same line if CSS display is not block.
Steps to reproduce
git clone https://github.com/bebuch/paper-toggle-button.gitcd paper-toggle-button3.1. Demo:
git checkout old-behavior3.2. Demo with fix:
git checkout new-behaviorbower installpolymer servePull request #131
Browsers Affected