mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 05:54:36 -04: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:
parent
f27254d602
commit
4f56a9fc0f
@ -4828,7 +4828,7 @@ pre {
|
||||
right: 50%;*/
|
||||
/*margin-left: -30vw;*/
|
||||
margin-right: -30vw;
|
||||
max-width: 50vw;
|
||||
max-width: 48vw;
|
||||
}
|
||||
}
|
||||
.code-block .line-numbers-rows {
|
||||
|
Loading…
x
Reference in New Issue
Block a user