HFP-2860 Fix BG color + overflow

pull/69/head
Frode Petterson 2019-10-24 16:29:22 +02:00
parent 43605b14d6
commit e635d33169
1 changed files with 4 additions and 0 deletions

View File

@ -551,11 +551,15 @@ div.h5p-fullscreen {
} }
.h5p-content pre > code, .h5p-content pre > code,
.h5peditor pre > code { .h5peditor pre > code {
background-color: #d1d1d1;
padding: 5px; padding: 5px;
display: block; display: block;
line-height: normal; line-height: normal;
border: 1px solid #c7c7c7; border: 1px solid #c7c7c7;
border-left-width: 4px; border-left-width: 4px;
max-width: 100%;
white-space: nowrap;
overflow: auto;
} }