Skip to content

Commit 128bd74

Browse files
committed
nicer
1 parent 7f29e5c commit 128bd74

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
import html
66

7-
print('<div style="overflow: scroll;"><table class="settingscommands">')
7+
print('<div style="overflow-x: auto;"><table class="settingscommands">')
88
print(' <tr><th>Command</th><th>Arguments</th><th>Description</th></tr>')
99

1010
for line in sys.stdin:

client/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
import html
66

7-
print('<div style="overflow: scroll;"><table class="settingscommands">')
7+
print('<div style="overflow-x: auto;"><table class="settingscommands">')
88
print(' <tr><th>Setting</th><th>Description</th><th>Default</th></tr>')
99

1010
names = {}

client/tunings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
import html
66

7-
print('<div style="overflow: scroll;"><table class="settingscommands">')
7+
print('<div style="overflow-x: auto;"><table class="settingscommands">')
88
print(' <tr><th>Tuning</th><th>Description</th><th>Default</th></tr>')
99

1010
def foo(x):

0 commit comments

Comments
 (0)