Skip to content

Using <fieldset> within <fildset> #9279

Answered by ghost
sylviefaulkner asked this question in Q&A
Discussion options

You must be logged in to vote

This be more suited as an issue, but your issue is related to Bootstrap 3 (https://getbootstrap.com/docs/3.4/).

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

I believe the min-width: 0; set by bootstrap is causing the issues, maybe overriding this we'll fix this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sylviefaulkner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant