Fix overflow wrap issue

This commit is contained in:
Simounet 2018-05-21 19:47:28 +02:00
parent 11f15430ff
commit a6e5637507
3 changed files with 12 additions and 1 deletions

View file

@ -11,6 +11,7 @@
color: #424242;
font-size: 18px;
line-height: 1.7em;
overflow-wrap: break-word;
h1,
h2,

View file

@ -22,6 +22,16 @@
padding-left: 0;
}
table {
display: block;
overflow: auto;
}
iframe {
max-width: 100%;
height: auto;
}
.nav-panels .action {
padding-right: 0.75rem;
}

File diff suppressed because one or more lines are too long