diff --git a/frontend/src/components/dropdown-menu/item-dropdown-menu.js b/frontend/src/components/dropdown-menu/item-dropdown-menu.js index f631deabd6..1cd355232b 100644 --- a/frontend/src/components/dropdown-menu/item-dropdown-menu.js +++ b/frontend/src/components/dropdown-menu/item-dropdown-menu.js @@ -208,7 +208,7 @@ class ItemDropdownMenu extends React.Component { > {menuItem.value} diff --git a/frontend/src/pages/wiki2/wiki-trash-dialog.js b/frontend/src/pages/wiki2/wiki-trash-dialog.js index 7c72e9285d..cb1c7c2399 100644 --- a/frontend/src/pages/wiki2/wiki-trash-dialog.js +++ b/frontend/src/pages/wiki2/wiki-trash-dialog.js @@ -133,10 +133,10 @@ class Content extends React.Component { constructor(props) { super(props); this.theadData = [ - { width: '3%', text: gettext('Name') }, + { width: '5%', text: gettext('Name') }, { width: '20%', text: '' }, { width: '30%', text: gettext('Size') }, - { width: '37%', text: gettext('Delete Time') }, + { width: '35%', text: gettext('Delete Time') }, { width: '10%', text: '' } ]; }