papercss icon indicating copy to clipboard operation
papercss copied to clipboard

Form elements broken inside Tabs

Open Oli8 opened this issue 1 year ago • 0 comments

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

image image

Oli8 avatar May 30 '23 11:05 Oli8