repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
5ce2a14
parent
859f6cb
author
Eric Bower
date
2025-12-17 23:50:00 -0500 EST
style: constrain pre boxes to the page
1 files changed,  +3, -1
M static/git-pr.css
+3, -1
 1@@ -61,7 +61,8 @@ details {
 2   position: sticky;
 3   top: 0;
 4   left: 0;
 5-  height: max-content;
 6+  max-height: 100vh;
 7+  overflow-y: auto;
 8 }
 9 
10 .mb-0 {
11@@ -85,6 +86,7 @@ details {
12 
13 .chroma {
14   margin: 0;
15+  overflow-x: auto;
16 }
17 
18 .chroma .gi {