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,6 +224,7 @@ li.note {
224 background: #C67; 224 background: #C67;
225 margin: 0; 225 margin: 0;
226 color: #FFF; 226 color: #FFF;
  227 + margin-top: -1px;
227 text-align: center; 228 text-align: center;
228 229
229 a { 230 a {