Skip to content

Commit

Permalink
fix: Fix truncation on public shares
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and skjnldsv committed Jun 7, 2024
1 parent bf4d2ec commit 9da6adf
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 @@ -236,6 +236,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 9da6adf

Please sign in to comment.