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:

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:

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