Merge lp:~dpb/ubuntu-manpage-repository/remove-overflow-scroll into lp:ubuntu-manpage-repository

Proposed by David Britton
Status: Merged
Approved by: Joshua Powers
Approved revision: 220
Merged at revision: 220
Proposed branch: lp:~dpb/ubuntu-manpage-repository/remove-overflow-scroll
Merge into: lp:ubuntu-manpage-repository
Diff against target: 16 lines (+1/-2)
1 file modified
www/assets/light/css/styles.css (+1/-2)
To merge this branch: bzr merge lp:~dpb/ubuntu-manpage-repository/remove-overflow-scroll
Reviewer Review Type Date Requested Status
Joshua Powers (community) Approve
Review via email: mp+353021@code.launchpad.net

Commit message

Remove overflow:scroll. Gets rid of the scroll bars on chrome/ff at least, and the ctrl-minus behavior still works fine.

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) wrote :

+1 tested with the container tool and shown to remove the scroll bars when not needed

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'www/assets/light/css/styles.css'
2--- www/assets/light/css/styles.css 2018-07-27 14:58:00 +0000
3+++ www/assets/light/css/styles.css 2018-08-13 18:20:25 +0000
4@@ -4,10 +4,9 @@
5
6 pre {
7 font-size: .875rem;
8- overflow: scroll;
9 white-space: pre;
10 }
11
12 .row {
13 max-width: 80rem;
14-}
15\ No newline at end of file
16+}

Subscribers

People subscribed via source and target branches