mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix docs (#2932)
* Fix line highlighting in docs * fix docs: remove duplicated code
This commit is contained in:
committed by
GitHub
parent
f78ffe04b6
commit
5153fe6c92
@@ -23,7 +23,6 @@ class BoxSizing(App):
|
||||
self.widget2.styles.background = "darkgreen"
|
||||
self.widget1.styles.width = 30
|
||||
self.widget2.styles.width = 30
|
||||
self.widget2.styles.height = 6
|
||||
self.widget1.styles.height = 6
|
||||
self.widget2.styles.height = 6
|
||||
self.widget1.styles.border = ("heavy", "white")
|
||||
|
||||
Reference in New Issue
Block a user