Commit 883409b941b591a482a4d883a4925d87c00b18a6

Authored by Dmitriy Zaporozhets
1 parent f1402213

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 113 &.commit {
114 114 background: transparent;
115 115 padding: 3px;
  116 + padding-left: 0;
116 117 border: none;
117 118 color: #666;
118 119 .commit-row-title {
... ... @@ -122,6 +123,7 @@
122 123 &.commits-stat {
123 124 display: block;
124 125 padding: 3px;
  126 + padding-left: 0;
125 127  
126 128 &:hover {
127 129 background: none;
... ...