Skip to content

Commit

Permalink
restore redundant style
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 2, 2024
1 parent 85b0f4e commit 13b5e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textual/widgets/_loading_indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class LoadingIndicator(Widget):

DEFAULT_CSS = """
LoadingIndicator {
# width: 100%;
# height: 100%;
width: 100%;
height: 100%;
min-height: 1;
content-align: center middle;
color: $accent;
Expand Down

0 comments on commit 13b5e32

Please sign in to comment.