Commit 22eddffd authored by ranjith's avatar ranjith

Fixed #9527

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