Skip to content

Commit

Permalink
Preserve spaces in labels, text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed Aug 15, 2023
1 parent 67d46ae commit 8c0508d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ svg.Widget
.AlignedText
{
display: inline-flex;
/** Generally preserve spaces, but do wrap to next line at end of box */
white-space: pre-wrap;
}
.AlignedHorizCenter
{
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ view.jsp?cache=false&display=file:/Path/to/Display+Builder/01_main.bob
<hr>

<div id="versions">
2023-08-15 Preserve spaces in labels, text updates<br>
2023-07-28 Cache invalidates entry based on modification time<br>
2023-07-20 Handle macros with default value<br>
2023-05-11 Navigation Tabs: Use parent macros even if no instance macros<br>
Expand Down

0 comments on commit 8c0508d

Please sign in to comment.