[Feature Request] Support multi-line descriptions #3955
Replies: 3 comments
|
For anyone looking to have multi-line descriptions, just add this to your .service-description {
white-space: pre-wrap;
} |
0 replies
|
This discussion has been automatically closed due to lack of community support. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
This would allow to have multi-line descriptions in services. As, right now, having multi-line descriptions merges everything into one line. For example:
But, with
whitespace-pre-wrapadded class, it would show correctlyOther
This is a copy of #3954
The change is just 1 added CSS class and would only affect the yaml
descriptionkeys with|.All reactions