diff --git a/browser/app/js/objects/PreviewObjectModal.js b/browser/app/js/objects/PreviewObjectModal.js index c4eb84d82..ed6dda3be 100644 --- a/browser/app/js/objects/PreviewObjectModal.js +++ b/browser/app/js/objects/PreviewObjectModal.js @@ -46,7 +46,7 @@ class PreviewObjectModal extends React.Component {
{this.state.url && ( - +

Do not have read permissions to preview "{this.props.object.name}"

diff --git a/browser/app/less/inc/list.less b/browser/app/less/inc/list.less index 721863555..2414b2cd7 100644 --- a/browser/app/less/inc/list.less +++ b/browser/app/less/inc/list.less @@ -349,6 +349,7 @@ div.fesl-row { margin: 0; height: 100%; text-align: right; + white-space: nowrap; } .dropdown { @@ -495,4 +496,4 @@ div.fesl-row { .opacity(1); right: 0; } -} \ No newline at end of file +}