aboutsummaryrefslogtreecommitdiff
path: root/static/git-arr.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/git-arr.css')
-rw-r--r--static/git-arr.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/git-arr.css b/static/git-arr.css
index a4ecc02..b0f2de5 100644
--- a/static/git-arr.css
+++ b/static/git-arr.css
@@ -205,6 +205,10 @@ table.repo_info tr:hover {
}
table.repo_info td.category {
font-weight: bold;
+ /* So we can copy-paste rows and preserve spaces, useful for the row:
+ * git clone | url
+ */
+ white-space: pre-wrap;
}
table.repo_info td {
vertical-align: top;