Skip to content

Commit

Permalink
fix conflict text-align
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Sep 27, 2023
1 parent 95887ff commit 4f0d3d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dataframe_image/_command_line.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import argparse
import sys
import textwrap


class CustomFormatter(argparse.RawTextHelpFormatter):
Expand Down
1 change: 0 additions & 1 deletion dataframe_image/converter/browser/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tr, th, td {{

th {{
font-weight:bold;
text-align:left;
}}

tbody tr:nth-child(odd){{
Expand Down

0 comments on commit 4f0d3d8

Please sign in to comment.