Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techjewel/5b5d21e0e045f509790d49c1df2fdba1 to your computer and use it in GitHub Desktop.
Save techjewel/5b5d21e0e045f509790d49c1df2fdba1 to your computer and use it in GitHub Desktop.
@media (max-width: 767px) {
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check span {
width: 100% !important;
border-left: 1px solid #dcdfe6 !important;
border-radius: 0 !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
margin-top: -1px !important;
display: block !important;
margin: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment