diff --git a/src/components/modals/ExportModal.jsx b/src/components/modals/ExportModal.jsx index f342506..86b75d8 100644 --- a/src/components/modals/ExportModal.jsx +++ b/src/components/modals/ExportModal.jsx @@ -156,7 +156,8 @@ class Gist extends React.Component { value={this.state.preview} name='gist-style-preview' onChange={this.onPreviewChange.bind(this)} - /> including preview + /> + Include preview {this.state.preview ?
: null} {this.renderLatestGist()} diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 58e54bb..ccbb214 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -181,3 +181,19 @@ margin-right: $margin-3; float: right; } + +//EXPORT MODAL +.maputnik-export-gist { + .maputnik-input-block { + margin-left: 0; + margin-right: 0; + + label { + vertical-align: middle; + } + } + font-size: $font-size-6; + span { + color: $color-lowgray; + } +}