forked from cory/tildefriends
		
	ssb: Try to stop dates from wrapping into a vertical line of single characters.
This commit is contained in:
		| @@ -429,7 +429,7 @@ ${JSON.stringify(mention, null, 2)}</pre | ||||
| 					style="margin-top: 8px; padding: 16px; display: inline-block; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 				> | ||||
| 					<tf-user id=${self.message.author} .users=${self.users}></tf-user> | ||||
| 					<span style="padding-right: 8px" | ||||
| 					<span style="padding-right: 8px; text-wrap: nowrap" | ||||
| 						><a tfarget="_top" href=${'#' + encodeURIComponent(self.message.id)} | ||||
| 							>%</a | ||||
| 						> | ||||
| @@ -630,7 +630,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
| 							${is_encrypted} | ||||
| 							<span style="flex: 1"></span> | ||||
| 							<span style="padding-right: 8px" | ||||
| 							<span style="padding-right: 8px; text-wrap: nowrap" | ||||
| 								><a | ||||
| 									target="_top" | ||||
| 									href=${'#' + encodeURIComponent(self.message.id)} | ||||
| @@ -687,7 +687,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
| 							${is_encrypted} | ||||
| 							<span style="flex: 1"></span> | ||||
| 							<span style="padding-right: 8px" | ||||
| 							<span style="padding-right: 8px; text-wrap: nowrap" | ||||
| 								><a | ||||
| 									target="_top" | ||||
| 									href=${'#' + encodeURIComponent(self.message.id)} | ||||
| @@ -781,7 +781,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 						<div style="display: flex; flex-direction: row"> | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
| 							<span style="flex: 1"></span> | ||||
| 							<span style="padding-right: 8px" | ||||
| 							<span style="padding-right: 8px; text-wrap: nowrap" | ||||
| 								><a | ||||
| 									target="_top" | ||||
| 									href=${'#' + encodeURIComponent(self.message.id)} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user