We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478514b commit 50696ceCopy full SHA for 50696ce
app/assets/stylesheets/pages/issues.scss
@@ -4,25 +4,14 @@
4
position: relative;
5
6
.issue-title {
7
- font-size: $list-font-size;
8
margin-bottom: 5px;
+ font-size: $list-font-size;
9
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
18
}
19
20
.issue-info {
21
color: #999;
22
font-size: 13px;
23
- display: inline-block;
24
- width: 100%;
25
- padding: 0 0 0 20px;
26
27
28
.issue-check {
0 commit comments