Dev: Log content line break

This commit is contained in:
surunzi
2017-01-11 14:38:09 +08:00
parent afebf97cfe
commit 086761124b
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2016 liriliri
Copyright (c) 2016-2017 liriliri
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -12,9 +12,7 @@
{{/if}}
<div class="eruda-count eruda-hidden" data-mark="count"></div>
<div class="eruda-log-content-wrapper">
<div class="eruda-log-content">
{{{msg}}}
</div>
<div class="eruda-log-content">{{{msg}}}</div>
</div>
</div>
</li>

View File

@@ -59,6 +59,7 @@
.log-content
{
@include overflow-auto(x);
white-space: pre-wrap;
line-height: 20px;
}
&.input {