Skip to content

Commit

Permalink
Clean up trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Dec 27, 2024
1 parent d34f4a4 commit 43e387b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/textual/widgets/_key_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,19 @@ class KeyPanel(VerticalScroll, can_focus=False):
"""

DEFAULT_CSS = """
KeyPanel {
KeyPanel {
split: right;
width: 33%;
min-width: 30;
max-width: 60;
min-width: 30;
max-width: 60;
border-left: vkey $foreground 30%;
padding: 0 1;
height: 1fr;
padding-right: 1;
align: center top;
&> BindingsTable > .bindings-table--key {
color: $accent;
color: $accent;
text-style: bold;
padding: 0 1;
}
Expand All @@ -151,7 +151,7 @@ class KeyPanel(VerticalScroll, can_focus=False):
#bindings-table {
width: auto;
height: auto;
}
}
}
"""

Expand Down

0 comments on commit 43e387b

Please sign in to comment.