mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +02: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:
parent
27b6231053
commit
7c9b2172fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue