Feature Request for Widgets: Add Vertical Alignment for Headers and Descriptions

180
0
03-13-2024 03:23 PM
Status: Open
BenjaminJimenez
New Contributor II

I'm proposing a request to incorporate vertical alignment toolings to the text-editor for Titles and Descriptions in widgets. Currently, there is capability to align text horizontally, but vertically is not present.

Screenshot:

BenjaminJimenez_0-1710368272758.png

 

There is a workaround: I use HTML and CSS to vertically center the items by updating the HTML Source. However, when having large amounts of widgets, this can become tedious with multiple keystrokes.

HTML:

<div style="align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;">
<h4>
<strong>Your Title Here:</strong>
</h4>
</div>

Screenshot: 

 

BenjaminJimenez_2-1710368459204.png

 

Adding vertical alignment functionality to headers and widgets can create a cleaner-look when utilizing various widgets and text through the dashboard. 

 

Thank you.

Tags (3)