Wrap output event text

This commit is contained in:
Marliana Lara
2018-06-21 09:51:55 -04:00
parent 15c8f5709c
commit 8297b040f8

View File

@@ -170,8 +170,9 @@
.at-mixin-event() {
padding: 0 10px;
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.at-mixin-stdoutBorder() {