Commit 451118f19a90707b465493bd50acf523479bd603

Authored by Nick Kugaevsky
1 parent 7406fb5b

Activity stream: event labels css fix — proper paddings.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/gitlab_bootstrap.scss
@@ -257,7 +257,7 @@ table.no-borders { @@ -257,7 +257,7 @@ table.no-borders {
257 257
258 .event_label { 258 .event_label {
259 background: #FCEEC1; 259 background: #FCEEC1;
260 - padding:0 2px; 260 + padding: 2px 2px 0;
261 font-family: monospace; 261 font-family: monospace;
262 } 262 }
263 263