logo
search
Formatting Issues

How to Add Line Breaks and Spacing to a Microsoft Lists Description

Maira MehtabMaira Mehtab Sep 22, 2026 868 views

Question details

The user wants to format a Microsoft Lists description field to include line breaks and readable spacing for vehicle inspection information.

Product
Microsoft Lists
Device & OS
not provided
Scenario
Formatting list items to make multi-line data, such as vehicle inspection reports, easier to read.
Observed behavior
The text in the description field displays as a single block without retaining the desired line breaks and spacing.
Before you start

Verify your current column type in Microsoft Lists, as standard 'Choice' columns do not support built-in line break formatting without advanced customization.

Solution 1Recommended

Use a Multiple Lines of Text Column

The simplest way to retain line breaks and spacing is by changing the field to a multiple lines of text column and enabling rich text.

By default, choice columns and single lines of text will strip out formatting. A Multiple lines of text column allows for proper paragraph spacing and carriage returns.

1
Add a new column

Navigate to your Microsoft List, click on 'Add column', and select 'Multiple lines of text' from the dropdown menu.

2
Enable enhanced rich text

Name the column (e.g., 'Description'), click on 'More options', and toggle the switch for 'Use enhanced rich text' to On.

3
Paste formatted text

Save the column and paste your vehicle inspection information directly into the field; your line breaks and spacing will now be preserved.

Formatting Preserved: Once enhanced rich text is enabled, standard keyboard Enter presses will correctly register as permanent line breaks in the list view.
Free Microsoft Office alternative

Manage Data and Lists Easily with WPS Office

While Microsoft Lists requires advanced column settings or Power Apps for simple text formatting, WPS Office provides a complete, lightweight alternative for managing your data via WPS Spreadsheet. Enjoy seamless compatibility and a familiar interface without the formatting hassle.

  1. 1. Open WPS Spreadsheet: Launch WPS Office and create a new Spreadsheet to act as your data list.
  2. 2. Format cell text: Double-click the cell where you want to add your description.
  3. 3. Insert line breaks: Type your text and press 'Alt + Enter' on your keyboard to instantly insert a readable line break.
Highly compatible with Microsoft Excel (.xlsx) and CSV formats for easy list migration and management.Easily add line breaks in cells using Alt+Enter without needing complex HTML or JSON code.Free and lightweight office suite with Writer, Presentation, and Spreadsheet included.Familiar user interface makes organizing data and editing text formatting seamless.
microsoft office alternative - wps office

Frequently Asked Questions

Why do my line breaks disappear in a Microsoft Lists Choice column?

Choice columns in Microsoft Lists do not have built-in rich text formatting support. When data is saved, the system renders it as standard string text, stripping out standard carriage returns. You must use a 'Multiple lines of text' column for native formatting.

How do I force a line break using JSON formatting in Microsoft Lists?

You can force a line break in JSON column formatting by using the `\n` character within your text string and ensuring the `white-space` CSS property is explicitly set to `pre` or `pre-wrap` in the element's style object.

Does enabling Enhanced Rich Text affect existing list items?

Enabling Enhanced Rich Text on a 'Multiple lines of text' column allows new formatting to be saved, but you may need to edit and re-save your existing list items to manually insert and apply the new line breaks and spacing.

Can I format text directly in Power Apps for Microsoft Lists?

Yes, when you customize your Microsoft Lists form using Power Apps, you can insert an HTML text control. This control interprets standard HTML tags like `<br>` for line breaks and `<b>` for bold text, giving you complete formatting control.