* Fix line highlighting in docs

* fix docs: remove duplicated code
This commit is contained in:
Sepehr Shirkhanlu
2023-07-23 19:19:59 +03:30
committed by GitHub
parent f78ffe04b6
commit 5153fe6c92
2 changed files with 2 additions and 3 deletions

View File

@@ -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")