From: Philipp Klaus Date: Fri, 29 Sep 2017 12:45:37 +0000 (+0800) Subject: DASH: .pvname overflow-wrap: break-word (in style.css) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=42272e516a72e816ecf4db40cf4e2a671cdb92de;p=mvd_epics.git DASH: .pvname overflow-wrap: break-word (in style.css) --- 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; +}