Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2a9859c

Browse files
committed
Styling for consistency.
1 parent 9f9cde1 commit 2a9859c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

res/css/views/dialogs/_DevtoolsDialog.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ limitations under the License.
7272

7373
.mx_DevTools_textarea {
7474
font-size: 12px;
75+
max-width: 624px;
7576
min-height: 250px;
77+
padding: 10px;
7678
width: 100%;
7779
}
7880

src/components/views/dialogs/DevtoolsDialog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class SendCustomEvent extends GenericEditor {
138138

139139
<br />
140140

141-
<div className="mx_DevTools_LabalCell">
141+
<div className="mx_DevTools_inputLabelCell">
142142
<label htmlFor="evContent"> { _t('Event Content') } </label>
143143
</div>
144144
<div>
@@ -219,11 +219,11 @@ class SendAccountData extends GenericEditor {
219219
}
220220

221221
return <div>
222-
<div className="mx_Dialog_content">
222+
<div className="mx_DevTools_content">
223223
{ this.textInput('eventType', _t('Event Type')) }
224224
<br />
225225

226-
<div className="mx_UserSettings_profileLabelCell">
226+
<div className="mx_DevTools_inputLabelCell">
227227
<label htmlFor="evContent"> { _t('Event Content') } </label>
228228
</div>
229229
<div>

0 commit comments

Comments
 (0)