mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: Log content line break
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -59,6 +59,7 @@
|
||||
.log-content
|
||||
{
|
||||
@include overflow-auto(x);
|
||||
white-space: pre-wrap;
|
||||
line-height: 20px;
|
||||
}
|
||||
&.input {
|
||||
|
||||
Reference in New Issue
Block a user