mirror of
https://github.com/google/nomulus
synced 2026-05-12 19:01:49 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user