mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #36747 from nextcloud/backport/36737/stable25
[stable25] fix too long entries in contacts-menu
This commit is contained in:
commit
2181b1f4be
3 changed files with 6 additions and 10 deletions
|
|
@ -133,19 +133,15 @@ export default {
|
|||
.body {
|
||||
flex-grow: 1;
|
||||
padding-left: 8px;
|
||||
min-width: 0;
|
||||
|
||||
div {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.full-name, .last-message {
|
||||
/* TODO: don't use fixed width */
|
||||
max-width: 204px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.last-message, .email-address {
|
||||
color: var(--color-text-maxcontrast);
|
||||
}
|
||||
|
|
|
|||
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue