Set a "nicer" margin value for textareas

Currently there's a margin on the top, making the textarea be unaligned with
the text naming it. This is annoying on the eye, and will be more annoying in
the OT&E cl that will be added soon.

- So why not just do this change in that CL?
- Because the changes in the Screenshot tests here are irrelevant to that CL
  and I found make it harder to actually review the actual screenshots we're
  adding there.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226057985
This commit is contained in:
guyben 2018-12-18 14:17:27 -08:00 committed by Michael Muller
parent 27b6231053
commit 7c9b2172fd

View file

@ -48,7 +48,7 @@ input[readonly], textarea[readonly] {
}
textarea {
margin: 1em 0;
margin-bottom: 1em;
font-family: monospace;
font-size: 13px;
border: solid 1px #ddd;