From 18cd49c316a6e3c2e83473fc37bf09603588e31b Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 16 Jun 2022 10:36:55 +0100 Subject: [PATCH] Limit width of activities panel text, all break-word to wrap text --- omeroweb/webgateway/static/webgateway/css/ome.header.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/omeroweb/webgateway/static/webgateway/css/ome.header.css b/omeroweb/webgateway/static/webgateway/css/ome.header.css index 11123ebbde..206b97fe7a 100644 --- a/omeroweb/webgateway/static/webgateway/css/ome.header.css +++ b/omeroweb/webgateway/static/webgateway/css/ome.header.css @@ -765,6 +765,9 @@ li.menu_back a { color: #333; color: rgba(0,0,0,.7); text-shadow:0 1px 0 white; + /* https://github.com/ome/omero-web/issues/377 */ + word-wrap: break-word; + max-width: 330px; } .notifier {