Merge pull request #9528 from revaret/Fixed_alignment_issue

Fix for #9527
This commit is contained in:
Stan Hu 2015-08-14 09:12:34 -07:00
commit 317b7ad3e8
1 changed files with 12 additions and 1 deletions

View File

@ -4,14 +4,25 @@
position: relative;
.issue-title {
margin-bottom: 5px;
font-size: $list-font-size;
margin-bottom: 5px;
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 {