Broken project to implement a cross-protocol browser in textual
Diffstat (limited to 'browset.css')
-rw-r--r--browset.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/browset.css b/browset.css
index c729e54..f738943 100644
--- a/browset.css
+++ b/browset.css
@@ -26,3 +26,11 @@ Preformatted {
Preformatted > Static {
width: auto;
}
+HighlightedCode {
+ overflow: auto;
+ max-height: 100%;
+}
+HighlightedCode > * {
+ width: auto;
+ height: auto;
+}