Skip to content
Snippets Groups Projects
Unverified Commit c0c730d4 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

clean up extra padding on QB modal content (#8086)

parent b6ad75f6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ export default class QuestionSavedModal extends Component {
onClose={this.props.onClose}
className="Modal-content Modal-content--small NewForm"
>
<div className="Form-inputs mb4">
<div>
<button
className="Button Button--primary"
onClick={this.props.addToDashboardFn}
......
......@@ -198,7 +198,7 @@ export default class SaveQuestionModal extends Component {
]}
onClose={this.props.onClose}
>
<form className="Form-inputs" onSubmit={this.formSubmitted}>
<form onSubmit={this.formSubmitted}>
{saveOrUpdate}
<CSSTransitionGroup
transitionName="saveQuestionModalFields"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment