Skip to content

Commit b32be71

Browse files
author
Shawn McCool
committed
Merge branch 'master' of github.com:LaravelIO/laravel-io
2 parents cd77905 + 8f85482 commit b32be71

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

public/scss/modules/_bin.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ body.bin {
1111
position: absolute;
1212
right: -100%;
1313
}
14-
14+
15+
.show-container {
16+
width: 200%;
17+
overflow-x: scroll;
18+
}
19+
1520
.prettyprint {
1621
border: 0;
17-
margin-bottom: 0;
22+
margin: 0;
23+
padding: 0;
1824
padding-bottom: 300px;
1925

2026
.linenums {
@@ -187,4 +193,4 @@ body.bin {
187193
@media only screen and (min-width: 1440px) {
188194

189195
.module {}
190-
}
196+
}

0 commit comments

Comments
 (0)