mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSformElement::pre: Fix long lines diplay
This commit is contained in:
parent
ad38812859
commit
9c53608fa2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
p.LSformElement_pre {
|
||||
white-space: pre;
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: anywhere;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue