Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Created by Guest
Created on May 22, 2020

Allow Paragraph alignment: No Wrap in tables

A set of multivalued fields with the same number of elements is often used to store and display an "embedded table". For example, the "Notes client" table on the Administration tab in the Person document. It works well for short items such as dates. However, if longer text appears, it wraps, and the lines are incorrectly linked.

A little is enough to correct - allow Paragraph alignment: No Wrap in tables. It is now possible in plain text, but when you try to set it in the table, the message appears: Cannot set justification to 'None' within a table.

In HTML this is possible, in CSS there are styles that hide long text:
white-space: nowrap;

overflow: hidden;

and in addition:
text-overflow: ellipsis;

  • Attach files