Skip to content

Commit 09ccd52

Browse files
committed
Fix manual HTTP options table layout.
1 parent 50b417f commit 09ccd52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sites/hurl.dev/_sass/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,8 @@ footer {
555555

556556
table {
557557
display: block;
558-
width: 100%;
559558
max-width: 100%;
560-
overflow: auto;
559+
overflow-x: auto;
561560
border-collapse: collapse;
562561
margin-top: $m4;
563562
margin-bottom: $m4;

0 commit comments

Comments
 (0)