From 42272e516a72e816ecf4db40cf4e2a671cdb92de Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 29 Sep 2017 20:45:37 +0800 Subject: [PATCH] DASH: .pvname overflow-wrap: break-word (in style.css) --- python_suite/dashboard/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_suite/dashboard/static/css/style.css b/python_suite/dashboard/static/css/style.css index ba31be0..2f67892 100644 --- a/python_suite/dashboard/static/css/style.css +++ b/python_suite/dashboard/static/css/style.css @@ -227,3 +227,6 @@ div.error { .btn-copy { cursor: pointer; } +.pvname, .break-word { + overflow-wrap: break-word; +} -- 2.43.0