Skip to content

Commit

Permalink
name min-width searchtxt
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Dec 25, 2024
1 parent c1eef10 commit 3ab6531
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pywebfs/pywebfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,11 @@
width: 1px;
}}
th.name {{
min-width: 100px;
width: 100px;
min-width: 150px;
padding-left: 10px;
}}
#files th.name {{
min-width: 200px;
width: 200px;
}}
table.searchresult tr td {{
vertical-align: top;
Expand Down

0 comments on commit 3ab6531

Please sign in to comment.