Skip to content

Commit 50696ce

Browse files
committed
Revert "Fix for #9527"
1 parent 478514b commit 50696ce

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/assets/stylesheets/pages/issues.scss

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,14 @@
44
position: relative;
55

66
.issue-title {
7-
font-size: $list-font-size;
87
margin-bottom: 5px;
8+
font-size: $list-font-size;
99
font-weight: bold;
10-
float: left;
11-
width: 97.7%;
12-
}
13-
14-
@media screen and (max-width: 1100px) {
15-
.issues-list .issue .issue-title {
16-
width: 97%;
17-
}
1810
}
1911

2012
.issue-info {
2113
color: #999;
2214
font-size: 13px;
23-
display: inline-block;
24-
width: 100%;
25-
padding: 0 0 0 20px;
2615
}
2716

2817
.issue-check {

0 commit comments

Comments
 (0)