mercilessly break words in monospace event detail.

This commit is contained in:
fiatjaf
2023-09-14 10:37:32 -03:00
parent 2fce62dc30
commit 5361e9cc7a
2 changed files with 0 additions and 7 deletions

View File

@@ -885,10 +885,6 @@ iframe {
.theme--dark .container .column_content .field .data .string {
color: #fafafa;
}
.container .column_content .field .json .string.content,
.container .column_content .field .data .string.content {
word-break: normal;
}
.container .column_content .field .json .number,
.container .column_content .field .data .number {
color: darkorange;

View File

@@ -741,9 +741,6 @@ iframe {
@include themed() {
color: t($base7);
}
&.content {
word-break: normal;
}
}
.number {
color: darkorange;