You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dm...@apache.org on 2017/10/20 21:51:17 UTC

aurora git commit: Prevent diff line from overflowing container

Repository: aurora
Updated Branches:
  refs/heads/master 7229711eb -> 9a398f022


Prevent diff line from overflowing container

Reviewed at https://reviews.apache.org/r/63186/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/9a398f02
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/9a398f02
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/9a398f02

Branch: refs/heads/master
Commit: 9a398f022f409b09cf7e173277a58b7e71d0b426
Parents: 7229711
Author: David McLaughlin <da...@dmclaughlin.com>
Authored: Fri Oct 20 14:51:10 2017 -0700
Committer: David McLaughlin <da...@dmclaughlin.com>
Committed: Fri Oct 20 14:51:10 2017 -0700

----------------------------------------------------------------------
 ui/src/main/sass/components/_diff.scss | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/9a398f02/ui/src/main/sass/components/_diff.scss
----------------------------------------------------------------------
diff --git a/ui/src/main/sass/components/_diff.scss b/ui/src/main/sass/components/_diff.scss
index ed45769..40d5878 100644
--- a/ui/src/main/sass/components/_diff.scss
+++ b/ui/src/main/sass/components/_diff.scss
@@ -20,6 +20,8 @@
   }
 
   .diff-view {
+    overflow: auto;
+
     span {
       display: block;
       padding: 2px 10px;