Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 557fcd96 authored by Anna's avatar Anna Committed by GitHub
Browse files

Merge pull request #4383 from nextcloud/backport/4382/stable3.4

[stable3.4] Fix invitee and resource name wrapping
parents df08bae6 d75829ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -183,6 +183,9 @@ export default {
<style lang="scss" scoped>
.invitees-list-item__displayname {
	margin-bottom: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.avatar-participation-status {
+3 −0
Original line number Diff line number Diff line
@@ -95,6 +95,9 @@ export default {
<style lang="scss" scoped>
.invitees-list-item__displayname {
	margin-bottom: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.invitees-list-item__organizer-hint {
+3 −0
Original line number Diff line number Diff line
@@ -224,6 +224,9 @@ export default {
<style lang="scss" scoped>
.resource-list-item__displayname {
	margin-bottom: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.avatar-participation-status {