From 9a93ab091d41201c09abc191863b5157e75c6db5 Mon Sep 17 00:00:00 2001 From: Jacky Date: Sun, 5 Nov 2017 10:01:44 -0500 Subject: [PATCH] prevent overflow of the project index --- .../webapp/modules/core/styles/index/open-project-ui.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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 170cdc5a8..1244c984f 100644 --- a/main/webapp/modules/core/styles/index/open-project-ui.less +++ b/main/webapp/modules/core/styles/index/open-project-ui.less @@ -87,6 +87,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. opacity: 0.2; } +#projects-container > table { + table-layout: fixed +} + +#projects-container > table > tbody > tr > td { + word-wrap: break-word; +} + #metadata-body tr:nth-child(even) {background: #CCC} #metadata-body tr:nth-child(odd) {background: #FFF}