Skip to content

Commit

Permalink
Merge pull request #44989 from nextcloud/backport/44923/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: Fix truncation on public page
  • Loading branch information
susnux committed Apr 23, 2024
2 parents 744e0dd + 61e8508 commit b6dd8a5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/css/header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/header.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,17 @@
flex: 1 1 100%;
}

.header-info {
display: flex;
flex-direction: column;
overflow: hidden;
}

.header-title {
overflow: hidden;
text-overflow: ellipsis;
}

.header-shared-by {
color: var(--color-primary-element-text);
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit b6dd8a5

Please sign in to comment.