Commit ef5d9791 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'scss-lint-fix' into 'master'

Fixed scss_lint failure

Closes #10541

See merge request gitlab-org/gitlab-ee!10319
parents 8f38c39f 908a5c98
......@@ -403,8 +403,6 @@ img.emoji {
.append-bottom-default { margin-bottom: $gl-padding; }
.prepend-bottom-32 { margin-bottom: 32px; }
.inline { display: inline-block; }
.block { display: block; }
.flex { display: flex; }
.center { text-align: center; }
.block { display: block; }
.flex { display: flex; }
......
/**
* Deploy boards
*/
.deploy-board {
*/
.deploy-board {
padding: 10px;
background-color: $gray-light;
min-height: 20px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment