diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 0fc46c4e7..2d7f478c1 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -80,7 +80,7 @@ hr { .commentStream { /* prevent absolutely positioned final permalink popover from being clipped */ padding-bottom: 50px; - min-height: 500px; + min-height: 600px; position: relative; } diff --git a/client/coral-plugin-flags/FlagComment.js b/client/coral-plugin-flags/FlagComment.js index 5ea2e9fa1..bf3fca286 100644 --- a/client/coral-plugin-flags/FlagComment.js +++ b/client/coral-plugin-flags/FlagComment.js @@ -10,8 +10,8 @@ const getPopupMenu = [ return { header: lang.t('step-1-header'), options: [ - {val: 'USERS', text: lang.t('flag-username')}, - {val: 'COMMENTS', text: lang.t('flag-comment')} + {val: 'COMMENTS', text: lang.t('flag-comment')}, + {val: 'USERS', text: lang.t('flag-username')} ], button: lang.t('continue'), sets: 'itemType'