Skip to content

Commit 8caf12d

Browse files
committed
style update
1 parent e5be2f0 commit 8caf12d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/textual/_markup_playground.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MarkupPlayground(App):
1818
height: 1fr;
1919
border: tab $foreground 50%;
2020
padding: 1;
21-
margin: 1 1 0 0;
21+
margin: 1 0 0 0;
2222
&:focus {
2323
border: tab $primary;
2424
}
@@ -29,7 +29,7 @@ class MarkupPlayground(App):
2929
height: 1fr;
3030
border: tab $foreground 50%;
3131
padding: 1;
32-
margin: 1 1 0 1;
32+
margin: 1 0 0 1;
3333
&:focus {
3434
border: tab $primary;
3535
}
@@ -51,7 +51,7 @@ class MarkupPlayground(App):
5151
#spans-container {
5252
border: tab $success;
5353
overflow-y: auto;
54-
margin: 0 1;
54+
margin: 0 0 0 1;
5555
}
5656
#spans {
5757
padding: 1 1;

0 commit comments

Comments
 (0)