mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Allow code samples to overflow on mobiles in the documentation
This commit is contained in:
parent
39c413eead
commit
304bd1fada
1 changed files with 13 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ div.post {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight { background: transparent; }
|
||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { font-weight: bold } /* Keyword */
|
||||
|
@ -2203,6 +2203,18 @@ h2 .rssicon{
|
|||
h2{
|
||||
text-align:center;
|
||||
}
|
||||
.toccontent .multicode,
|
||||
.toccontent .multicode pre,
|
||||
.toccontent pre{
|
||||
display: table; /* Triggers a block formating context so the container expands with the content */
|
||||
}
|
||||
.toccontent .multicode,
|
||||
.toccontent pre{
|
||||
padding:10px;
|
||||
}
|
||||
.toccontent .multicode pre{
|
||||
padding:0;
|
||||
}
|
||||
.titleicon,
|
||||
.warningicon{
|
||||
display:block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue