Styling for consistency.

pull/21833/head
Richard Lewis 2018-05-23 17:40:15 +01:00
parent 9f9cde12ce
commit 2a9859c7b6
2 changed files with 5 additions and 3 deletions

View File

@ -72,7 +72,9 @@ limitations under the License.
.mx_DevTools_textarea {
font-size: 12px;
max-width: 624px;
min-height: 250px;
padding: 10px;
width: 100%;
}

View File

@ -138,7 +138,7 @@ class SendCustomEvent extends GenericEditor {
<br />
<div className="mx_DevTools_LabalCell">
<div className="mx_DevTools_inputLabelCell">
<label htmlFor="evContent"> { _t('Event Content') } </label>
</div>
<div>
@ -219,11 +219,11 @@ class SendAccountData extends GenericEditor {
}
return <div>
<div className="mx_Dialog_content">
<div className="mx_DevTools_content">
{ this.textInput('eventType', _t('Event Type')) }
<br />
<div className="mx_UserSettings_profileLabelCell">
<div className="mx_DevTools_inputLabelCell">
<label htmlFor="evContent"> { _t('Event Content') } </label>
</div>
<div>