Commit bcb0b6509eb948978dbf04bef054c8ae52033e0e

Authored by Dmitriy Zaporozhets
1 parent ddb6fb9c

Fix white line at top of no-ssh-key-message

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
... ... @@ -224,6 +224,7 @@ li.note {
224 224 background: #C67;
225 225 margin: 0;
226 226 color: #FFF;
  227 + margin-top: -1px;
227 228 text-align: center;
228 229  
229 230 a {
... ...