mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 03:32:38 +00:00
width fix of expanding code box in documentation (#1156)
With some viewport widths the expansion of code sample boxes is still going over the sidebar. This fixes it.
This commit is contained in:
@@ -4828,7 +4828,7 @@ pre {
|
||||
right: 50%;*/
|
||||
/*margin-left: -30vw;*/
|
||||
margin-right: -30vw;
|
||||
max-width: 50vw;
|
||||
max-width: 48vw;
|
||||
}
|
||||
}
|
||||
.code-block .line-numbers-rows {
|
||||
|
||||
Reference in New Issue
Block a user