mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Fix Pre Code Overflow
This commit is contained in:
parent
2e89229385
commit
397853f35f
1 changed files with 1 additions and 1 deletions
|
@ -55,13 +55,13 @@
|
|||
#{$parent-selector} pre {
|
||||
display: block;
|
||||
margin-bottom: var(#{$css-var-prefix}spacing);
|
||||
overflow-x: auto;
|
||||
|
||||
> code {
|
||||
display: block;
|
||||
padding: var(#{$css-var-prefix}spacing);
|
||||
background: none;
|
||||
line-height: var(#{$css-var-prefix}line-height);
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue