diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-23 10:36:17 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-23 10:36:17 +0000 |
commit | 068ce7dd51b2c0547962766fcd0785bc993a0218 (patch) | |
tree | c27ef7507b4131473b87150d7d768350ef465d53 /changelogs | |
parent | 3918c303b967e33ec924d7435ba4e7fcac136c9a (diff) | |
download | gitlab-ce-068ce7dd51b2c0547962766fcd0785bc993a0218.tar.gz |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/projects-list-line-breaks.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/projects-list-line-breaks.yml b/changelogs/unreleased/projects-list-line-breaks.yml new file mode 100644 index 00000000000..179d7081293 --- /dev/null +++ b/changelogs/unreleased/projects-list-line-breaks.yml @@ -0,0 +1,4 @@ +--- +title: Fixed projects list lines breaking +merge_request: +author: |