From 9f5a920807566611ddd9020ff799f5551a84e265 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 1 Oct 2024 15:05:10 -0400 Subject: [PATCH] PropertiesTable.scss: wrap long property values fixes #8068 --- newsfragments/www-property-table-wrap.bugfix | 1 + www/base/src/components/PropertiesTable/PropertiesTable.scss | 1 + 2 files changed, 2 insertions(+) create mode 100644 newsfragments/www-property-table-wrap.bugfix diff --git a/newsfragments/www-property-table-wrap.bugfix b/newsfragments/www-property-table-wrap.bugfix new file mode 100644 index 000000000000..fac88d515bf7 --- /dev/null +++ b/newsfragments/www-property-table-wrap.bugfix @@ -0,0 +1 @@ +Build property values are now wrapped when displayed. diff --git a/www/base/src/components/PropertiesTable/PropertiesTable.scss b/www/base/src/components/PropertiesTable/PropertiesTable.scss index eb707102f9f6..0b46ddd027ac 100644 --- a/www/base/src/components/PropertiesTable/PropertiesTable.scss +++ b/www/base/src/components/PropertiesTable/PropertiesTable.scss @@ -6,6 +6,7 @@ display: inline-block; border: unset; background-color: unset; + white-space: pre-wrap; } .bb-properties-copy {