Styling for consistency.
This commit is contained in:
parent
9f9cde12ce
commit
2a9859c7b6
2 changed files with 5 additions and 3 deletions
|
@ -72,7 +72,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_DevTools_textarea {
|
.mx_DevTools_textarea {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
max-width: 624px;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
|
padding: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -138,7 +138,7 @@ class SendCustomEvent extends GenericEditor {
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div className="mx_DevTools_LabalCell">
|
<div className="mx_DevTools_inputLabelCell">
|
||||||
<label htmlFor="evContent"> { _t('Event Content') } </label>
|
<label htmlFor="evContent"> { _t('Event Content') } </label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -219,11 +219,11 @@ class SendAccountData extends GenericEditor {
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div>
|
return <div>
|
||||||
<div className="mx_Dialog_content">
|
<div className="mx_DevTools_content">
|
||||||
{ this.textInput('eventType', _t('Event Type')) }
|
{ this.textInput('eventType', _t('Event Type')) }
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div className="mx_UserSettings_profileLabelCell">
|
<div className="mx_DevTools_inputLabelCell">
|
||||||
<label htmlFor="evContent"> { _t('Event Content') } </label>
|
<label htmlFor="evContent"> { _t('Event Content') } </label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue