Skip to content
Snippets Groups Projects
Commit 3fbd5268 authored by JediKev's avatar JediKev
Browse files

issue: Canned Response Margin

This addresses an annoyance (for me) where the Response box is touching
the Canned Response dropdown. This adds a little space between them so
they get along better.
parent acac3707
No related branches found
No related tags found
No related merge requests found
...@@ -2912,6 +2912,10 @@ select { ...@@ -2912,6 +2912,10 @@ select {
-moz-border-radius: 4px; -moz-border-radius: 4px;
} }
#cannedResp {
margin-bottom: 10px;
}
a.attachment { a.attachment {
padding-left: 1.2em; padding-left: 1.2em;
display: block; display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment