Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cfcd92c

Browse files
committed
Merge pull request #1660 from mariodian/fix_suggestions
Fix suggestion list position
2 parents e65f5c2 + 95ca630 commit cfcd92c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/obBase.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ removed because I don't think we're using the trick to hide the borders any more
18001800
width: 100%;
18011801
max-height: 155px;
18021802
background: #fff;
1803-
margin-top: 12px;
1803+
margin-top: 7px;
18041804
border-bottom-left-radius: 3px;
18051805
border-bottom-right-radius: 3px;
18061806
overflow-y: scroll;

js/views/userPageVw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ UserPageVw = pageVw.extend({
813813
},
814814

815815
renderItems: function (model, skipNSFWmodal) {
816-
console.log("render")
817816
var self = this,
818817
select = this.$el.find('.js-categories'),
819818
selectOptions = [],

0 commit comments

Comments
 (0)