-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Currently, the snippet is displayed in a table format.

The current table layout is great, but I think the readability decreases when the text inside gets too long and wraps to the next line.
In particular, as shown in the image above, line breaks in the Date
data don't look good.
I’d like the SnippetList
to have a more modern appearance, and I want to avoid line breaks in the internal data as much as possible.
(Of course, long texts like the title or description are exceptions.)
I plan to display the snippets in the SnippetList
as follows....
