Commit 883409b941b591a482a4d883a4925d87c00b18a6
1 parent
f1402213
Exists in
spb-stable
and in
3 other branches
Fixed commit align on dashboard feed
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/events.scss
| @@ -113,6 +113,7 @@ | @@ -113,6 +113,7 @@ | ||
| 113 | &.commit { | 113 | &.commit { |
| 114 | background: transparent; | 114 | background: transparent; |
| 115 | padding: 3px; | 115 | padding: 3px; |
| 116 | + padding-left: 0; | ||
| 116 | border: none; | 117 | border: none; |
| 117 | color: #666; | 118 | color: #666; |
| 118 | .commit-row-title { | 119 | .commit-row-title { |
| @@ -122,6 +123,7 @@ | @@ -122,6 +123,7 @@ | ||
| 122 | &.commits-stat { | 123 | &.commits-stat { |
| 123 | display: block; | 124 | display: block; |
| 124 | padding: 3px; | 125 | padding: 3px; |
| 126 | + padding-left: 0; | ||
| 125 | 127 | ||
| 126 | &:hover { | 128 | &:hover { |
| 127 | background: none; | 129 | background: none; |