fix: code highlight styles are now only applied pre.microlight (#5673)
* patch(#5672): code highlight styles are now only applied to pre blocks that have the class pre.microlight * fixed pre style appied to .request-url * fixed response-headers and request-duration pre blocks * made pre.microlight class as per review * added microlight class to appropriate pre and added tests
This commit is contained in:
committed by
kyle shockey
parent
7e5974c14f
commit
e8266a3c6d
@@ -596,7 +596,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.opblock-body pre
|
||||
.opblock-body pre.microlight
|
||||
{
|
||||
font-size: 12px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user