Commit 1e73e5dc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #9565 from gitlabhq/revert-9528-Fixed_alignment_issue

Revert "Fix for #9527"
parents 478514b3 50696ce1
......@@ -4,25 +4,14 @@
position: relative;
.issue-title {
font-size: $list-font-size;
margin-bottom: 5px;
font-size: $list-font-size;
font-weight: bold;
float: left;
width: 97.7%;
}
@media screen and (max-width: 1100px) {
.issues-list .issue .issue-title {
width: 97%;
}
}
.issue-info {
color: #999;
font-size: 13px;
display: inline-block;
width: 100%;
padding: 0 0 0 20px;
}
.issue-check {
......
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