v.21.2Improvements

Fix Alignment Issue of IPv4 Data Type in Pretty Formats

Fix wrong alignment of values of IPv4 data type in Pretty formats. They were aligned to the right, not to the left. This closes #19184. #19339 (alexey-milovidov).
Fixed the alignment of IPv4 data type values in Pretty formats to be left-aligned instead of right-aligned.

Why it matters

Previously, IPv4 addresses were incorrectly right-aligned in Pretty format outputs, which was inconsistent with expected formatting and could reduce readability. This fix improves the display of IPv4 values by aligning them to the left, enhancing usability and consistent visual representation.

How to use it

No user action is required. The fix is applied automatically in the Pretty formats when displaying IPv4 data types.