Skip to content

Commit 9b318f7

Browse files
authored
Merge pull request #5393 from akolson/fix-responsiveness
Fix responsiveness for non search recommendations users
2 parents 497c79a + a3a4e2b commit 9b318f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchOrBrowseWindow.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@
493493
},
494494
browseWindowStyle() {
495495
return {
496-
maxWidth: this.shouldShowRecommendations ? '1200px' : '800px',
496+
maxWidth: '1200px',
497+
width: '100%',
497498
};
498499
},
499500
recommendationsSectionTitle() {

0 commit comments

Comments
 (0)