#6372: Device type import: JSON data field not big enough

This commit is contained in:
checktheroads
2021-05-25 08:23:36 -07:00
parent 7bb7747c67
commit 27a02f64b2
6 changed files with 18 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -545,13 +545,15 @@ pre {
}
}
textarea#id_local_context_data,
textarea.markdown,
textarea#id_public_key {
font-family: $font-family-monospace;
textarea.form-control[rows='10'] {
height: 18rem;
}
textarea.form-control[name='csv'] {
textarea#id_local_context_data,
textarea.markdown,
textarea#id_public_key,
textarea.form-control[name='csv'],
textarea.form-control[name='data'] {
font-family: $font-family-monospace;
}