mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Vertical layout for LaTeX examples.
This commit is contained in:
parent
8b15d40f8b
commit
da960a721f
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,13 @@
|
|||
}
|
||||
|
||||
.example {
|
||||
max-width: 100%;
|
||||
|
||||
& > div {
|
||||
display: block !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.code {
|
||||
pre {
|
||||
background-color: @gray-lightest;
|
||||
|
@ -49,6 +56,9 @@
|
|||
}
|
||||
}
|
||||
.output {
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
|
||||
img {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
|
|
Loading…
Reference in a new issue