css: adjust max paragraph width to dashlets

This commit is contained in:
Thomas Gelf 2017-07-28 13:24:42 +02:00
parent ecd91d8bff
commit bcf15b2605
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ div.action-bar {
} }
p { p {
max-width: 48em; max-width: 56em;
} }
table.common-table { table.common-table {