mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-23 06:54:20 +01:00
mercilessly break words in monospace event detail.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -741,9 +741,6 @@ iframe {
|
||||
@include themed() {
|
||||
color: t($base7);
|
||||
}
|
||||
&.content {
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
.number {
|
||||
color: darkorange;
|
||||
|
||||
Reference in New Issue
Block a user