Fix too long URLs on error page

This commit is contained in:
Pierre
2018-05-26 07:32:32 +02:00
parent e0d5e50357
commit 4ea1761c72
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/**
* Errors pages stylesheet
*
* @author Pierre HUBERT
*/
.error-page .error-content p {
word-wrap: break-word;
}