Commit b3b9b7561637b201d6167d4d7fde8c5de0008a2d
1 parent
23f53c43
Exists in
master
and in
4 other branches
Dashboard event right margin + increased padding
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/events.scss
... | ... | @@ -35,6 +35,7 @@ |
35 | 35 | padding-top: 0; |
36 | 36 | } |
37 | 37 | |
38 | + padding: 14px 0px; | |
38 | 39 | border-bottom: 1px solid #eee; |
39 | 40 | .event-title { |
40 | 41 | color: #333; |
... | ... | @@ -46,6 +47,7 @@ |
46 | 47 | } |
47 | 48 | .event-body { |
48 | 49 | margin-left: 35px; |
50 | + margin-right: 100px; | |
49 | 51 | |
50 | 52 | .commit p { |
51 | 53 | color: #666; |
... | ... | @@ -103,7 +105,6 @@ |
103 | 105 | } |
104 | 106 | } |
105 | 107 | |
106 | - padding: 12px 0px; | |
107 | 108 | &:last-child { border:none } |
108 | 109 | |
109 | 110 | .event_commits { | ... | ... |