web: improve padding around samples in lab
This commit is contained in:
parent
a8fc89d01f
commit
3599fffdc0
1 changed files with 2 additions and 1 deletions
|
|
@ -161,10 +161,11 @@ body.italic samples {
|
||||||
sample {
|
sample {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/*white-space: pre;*/
|
/*white-space: pre;*/
|
||||||
padding: 2em;
|
padding: 2rem;
|
||||||
min-width:100px;
|
min-width:100px;
|
||||||
/*max-width:450px;*/
|
/*max-width:450px;*/
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
sample p {
|
sample p {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
|
||||||
Reference in a new issue