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 <[email protected]> Authored: Fri Oct 20 14:51:10 2017 -0700 Committer: David McLaughlin <[email protected]> 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;
