[extensions-web] Make the diff and files UI scroll if they go off the screen
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Make the diff and files UI scroll if they go off the screen
- Date: Tue, 15 Nov 2011 20:41:46 +0000 (UTC)
commit 6dc4baaf244dfde160f6080113ebdc47d91d4e25
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Nov 15 15:37:25 2011 -0500
Make the diff and files UI scroll if they go off the screen
sweettooth/static/css/review.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index 99f3850..6d4a4c4 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -57,6 +57,10 @@
margin: 0;
}
+#diff, #files {
+ overflow-x: auto;
+}
+
.code {
white-space: pre;
font-family: monospace;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]