1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-21 07:47:29 +03:00

web: improve padding around samples in lab

This commit is contained in:
Rasmus Andersson 2018-11-23 12:53:05 -08:00
parent a8fc89d01f
commit 3599fffdc0

View File

@ -161,10 +161,11 @@ body.italic samples {
sample {
margin: 0;
/*white-space: pre;*/
padding: 2em;
padding: 2rem;
min-width:100px;
/*max-width:450px;*/
white-space: pre-wrap;
outline: none;
}
sample p {
white-space: pre-wrap;