mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
Remove unnecessary CSS properties (#1437)
Property is ignored due to the display. With 'display: block', vertical-align should not be used.
This commit is contained in:
parent
68272079c3
commit
656c76f933
@ -233,7 +233,6 @@ $codehilite-whitespace: transparent;
|
||||
padding: px2rem(10.5px) px2rem(12px);
|
||||
background-color: transparent;
|
||||
overflow: auto;
|
||||
vertical-align: top;
|
||||
|
||||
// Override native scrollbar styles
|
||||
&::-webkit-scrollbar {
|
||||
|
Loading…
Reference in New Issue
Block a user