summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index b5ac7d9..8cf4235 100644
--- a/cgit.css
+++ b/cgit.css
@@ -191,6 +191,7 @@ div#cgit table.list td {
div#cgit table.list td.commitgraph {
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
}
div#cgit table.list td.commitgraph .column1 {
@@ -225,6 +226,7 @@ div#cgit table.list td.logsubject {
div#cgit table.list td.logmsg {
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
padding: 0 0.5em;
}
@@ -382,6 +384,7 @@ div#cgit table.bin-blob {
div#cgit table.bin-blob th {
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
border: solid 1px #777;
padding: 0.5em 1em;
}
@@ -389,6 +392,7 @@ div#cgit table.bin-blob th {
div#cgit table.bin-blob td {
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
border-left: solid 1px #777;
padding: 0em 1em;
}
@@ -453,6 +457,7 @@ div#cgit div.commit-subject {
div#cgit div.commit-msg {
white-space: pre-wrap;
+ overflow-wrap: anywhere;
font-family: monospace;
}
@@ -463,6 +468,7 @@ div#cgit div.notes-header {
div#cgit div.notes {
white-space: pre-wrap;
+ overflow-wrap: anywhere;
font-family: monospace;
border: solid 1px #ee9;
background-color: #ffd;
@@ -555,6 +561,7 @@ div#cgit table.diff {
div#cgit table.diff td {
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
/*! background-color: #222; */
}
@@ -818,6 +825,7 @@ div#cgit table.ssdiff td {
font-size: 75%;
font-family: monospace;
white-space: pre-wrap;
+ overflow-wrap: anywhere;
padding: 1px 4px 1px 4px;
border-left: solid 3px darkmagenta;
border-right: solid 3px darkmagenta;