mirror of https://github.com/docker/docs.git
Prevent inline code blocks from line-wrapping
This commit is contained in:
parent
d01373c6cc
commit
0d24ad1b1b
|
@ -1,8 +1,14 @@
|
|||
|
||||
|
||||
/*
|
||||
*
|
||||
* this css will be integrated into master. for now testing.......
|
||||
*
|
||||
*/
|
||||
code {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.toc-nav
|
||||
{
|
||||
padding-bottom: 50px !important;
|
||||
|
|
Loading…
Reference in New Issue