UX: Include category name in hyperlink modal results on mobile

This commit is contained in:
Penar Musaraj 2020-06-17 14:46:01 -04:00
parent 79ab1493c8
commit d72ed8c5a8
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
2 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,3 @@
#main-outlet {
padding-top: 4.2857em;
}
.search-link .badge-category {
display: none;
}

View File

@ -116,6 +116,10 @@
max-height: 90vh;
overflow: auto;
}
&.insert-hyperlink-modal .modal-inner-container {
overflow: visible;
}
}
.modal .modal-body.reorder-categories {