Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update UserMenu.vue
Signed-off-by: Jérôme Herbinet <[email protected]>

Update UserMenu.vue

Signed-off-by: Jérôme Herbinet <[email protected]>

npm run build

Signed-off-by: Jérôme Herbinet <[email protected]>

Revert with a higher max-width value

Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored and backportbot-nextcloud[bot] committed Jan 11, 2024
commit a1e30d23a04ab1083d246795fcce0f3da58409b1
2 changes: 1 addition & 1 deletion core/src/views/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 110px;
max-width: 210px;
}

img {
Expand Down