mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Merge pull request #123 from Calinou/fix-pre-overflow-y
Fix `pre` tags overflowing from their block
This commit is contained in:
@@ -511,6 +511,7 @@ pre {
|
||||
background-color: rgba(0, 0, 0, .05);
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
pre > code {
|
||||
padding-left: 0px;
|
||||
|
||||
Reference in New Issue
Block a user