Skip to content

Commit

Permalink
fix(mentions): Fix collabs list too long (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze authored Jun 24, 2020
1 parent e7addab commit cec8329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/ItemList/ItemList.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.ba {
.ba-ItemList {
max-height: 300px;
margin: 0;
padding: 0;
overflow-y: auto;
list-style: none;
}
}
5 changes: 1 addition & 4 deletions src/components/Popups/PopupList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
}

.ba-Popup-content {
padding-top: 10px;
padding-bottom: 10px;
border: solid 1px $bdl-gray-30;
border-radius: $bdl-border-radius-size;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.ba-PopupList-prompt {
padding-right: 10px;
padding-left: 10px;
padding: 10px;
}
}

0 comments on commit cec8329

Please sign in to comment.