diff --git a/newsfragments/www-property-table-wrap.bugfix b/newsfragments/www-property-table-wrap.bugfix new file mode 100644 index 00000000000..fac88d515bf --- /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 eb707102f9f..0b46ddd027a 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 {