pub fn pad_text_to_width(text: &str, target_width: usize) -> Cow<'_, str>
Pads text with trailing spaces to reach target_width display columns. Returns the original text unchanged if it already meets or exceeds the target.
text
target_width