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

Commit d75829ad authored by Richard Steinmetz's avatar Richard Steinmetz Committed by backportbot-nextcloud[bot]
Browse files

Fix invitee and resource name wrapping

parent df08bae6
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 {