Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subtitle in several lines #724

Closed
SerhiiZahuba opened this issue Nov 22, 2023 · 1 comment
Closed

subtitle in several lines #724

SerhiiZahuba opened this issue Nov 22, 2023 · 1 comment

Comments

@SerhiiZahuba
Copy link

I'm sorry, I didn't find a place where you can simply ask questions about this project, so I'm writing here.

I am looking for an option to add a description (subtitle) to a category in several lines.

image

In my version, it is necessary to specify that this project has the following projects and specify it as a comment in several terms. Because now it is one term that is not shown in its entirety.

If there is an opportunity to do this, it would be possible to indicate
several subtitles
subtitle_1
subtitle _2
etc. which will be placed under the name of the main project. Grateful in advance. thank you

@bastienwirtz
Copy link
Owner

Hello there,

It's not possible for the moment. Cards have to have a fixed size to get both the vertical and horizontal layout aligned and look nice.

That being said, you can use the custom CSS option to allow multiple lines

body app#main-section .subtitle {
  white-space: initial;
  text-overflow: initial;
}

I'm closing the issue, feel free to reopen it if anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants