diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index 659ef37c0..ac9fc0aad 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -88,7 +88,7 @@ "open-proj": "Open Project", "name": "Name", "rename": "rename", - "edit-meta-data": "Edit meta data", + "edit-meta-data": "About", "creator": "Creator", "contributors": "Contributors", "subject": "Subject", diff --git a/main/webapp/modules/core/styles/index/open-project-ui.less b/main/webapp/modules/core/styles/index/open-project-ui.less index d2662207f..170cdc5a8 100644 --- a/main/webapp/modules/core/styles/index/open-project-ui.less +++ b/main/webapp/modules/core/styles/index/open-project-ui.less @@ -90,3 +90,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #metadata-body tr:nth-child(even) {background: #CCC} #metadata-body tr:nth-child(odd) {background: #FFF} +#metadata-body > table { + table-layout: fixed +} + +#metadata-body > table > tbody > tr > td { + word-wrap: break-word; +} + +#metadata-body > table > tbody > tr:nth-child(1) > th:nth-child(2) { + width: 80% + } + +#metadata-body > table > tbody > tr:nth-child(1) > th:nth-child(3) { + width: 3% + } +