-
- Downloads
Fixes project list lines breaking
This will only hapen in certain situations ie. when the star count is a lot. We were previously fixing it by hard coding a max-width. This changes it to use flexbox which allows the content to decide when it should be truncated. The rows don't always need truncating, so we shouldn't hard code a width. Closes #29018
Showing
- app/assets/stylesheets/pages/projects.scss 35 additions, 35 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/shared/projects/_list.html.haml 1 addition, 1 deletionapp/views/shared/projects/_list.html.haml
- app/views/shared/projects/_project.html.haml 30 additions, 30 deletionsapp/views/shared/projects/_project.html.haml
- changelogs/unreleased/projects-list-line-breaks.yml 4 additions, 0 deletionschangelogs/unreleased/projects-list-line-breaks.yml
Please register or sign in to comment