Skip to content

Commit

Permalink
send_button: Remove unnecessary self-cancelling margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and timabbott committed Feb 19, 2019
1 parent 4cc49a6 commit 254da4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/styles/compose.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ input.recipient_box {
#send_controls {
float: right;
position: relative;
right: -7px;
font-size: 0.8em;
height: 2.2em;
}
Expand All @@ -382,7 +381,6 @@ input.recipient_box {
border-radius: 4px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 7px;
font-weight: 600;
border: 1px solid hsl(170, 68%, 41%);
background-color: hsl(170, 48%, 54%);
Expand Down

0 comments on commit 254da4a

Please sign in to comment.