summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 18:30:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-17 18:30:21 +0200
commit1e73e5dc1440ca7fcaf77ce5655f8c478a9185d2 (patch)
tree6ffd6fea65d84804f381852f290db198f566874c
parent478514b35bc3f64ffedf41324e9ef0c8aa550958 (diff)
parent50696ce1d3760e76bfff38af4479a05dfd8be8e9 (diff)
downloadgitlab-ce-1e73e5dc1440ca7fcaf77ce5655f8c478a9185d2.tar.gz
Merge pull request #9565 from gitlabhq/revert-9528-Fixed_alignment_issue
Revert "Fix for #9527"
-rw-r--r--app/assets/stylesheets/pages/issues.scss13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index b628f99f22c..3572f33e91f 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -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 {