Some fixes
This commit is contained in:
parent
d14942da93
commit
4f408a26d5
9 changed files with 18 additions and 23 deletions
|
@ -132,7 +132,7 @@ class Form extends Component {
|
|||
{props.children}
|
||||
</fieldset>
|
||||
{!props.noStatus && statusMessageText &&
|
||||
<AlignedRow htmlId="form-status-message">
|
||||
<AlignedRow format={props.format} htmlId="form-status-message">
|
||||
<p className={`alert alert-${statusMessageSeverity} ${styles.formStatus}`} role="alert">{statusMessageText}</p>
|
||||
</AlignedRow>
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ import {CodeEditorSourceType} from "./sandboxed-codeeditor-shared";
|
|||
|
||||
import mjml2html
|
||||
from "mjml4-in-browser";
|
||||
|
||||
import juice
|
||||
from "juice";
|
||||
import {withComponentMixins} from "./decorator-helpers";
|
||||
|
|
|
@ -166,11 +166,11 @@
|
|||
|
||||
:global .modal-dialog {
|
||||
@media (min-width: 768px) {
|
||||
width: 700px;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
width: 900px;
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue