papercss
papercss copied to clipboard
Form elements broken inside Tabs
Form elements are broken when put inside tabs Collapsible are also impacted tho they remain usable.
This is due to how .tabs input
and .tabs label
are targetted in _tabs.scss
A potential fix would be to use .tabs input[id^='tab']
and .tabs label[for^='tab']
instead
I'm down to write the PR