]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: .pvname overflow-wrap: break-word (in style.css)
authorPhilipp Klaus <philipp.klaus@gmail.com>
Fri, 29 Sep 2017 12:45:37 +0000 (20:45 +0800)
committerPhilipp Klaus <philipp.klaus@gmail.com>
Fri, 29 Sep 2017 12:45:37 +0000 (20:45 +0800)
python_suite/dashboard/static/css/style.css

index ba31be066a9b149f64a6e78d96a8ed27f3c4e33b..2f6789294b9249bae16aa5eddf5321d073c784f8 100644 (file)
@@ -227,3 +227,6 @@ div.error {
 .btn-copy {
   cursor: pointer;
 }
+.pvname, .break-word {
+  overflow-wrap: break-word;
+}