mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +01:00
base.css: fix word wrapping in error template
This commit is contained in:
parent
3fbd9e8073
commit
de5a4366a9
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ input[type='submit'].LSview_search {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
white-space: pre-wrap;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue