make stack traces always 100% the width of the alert

This commit is contained in:
Spencer Alger 2014-03-13 10:48:28 -07:00
parent 3a5c91421c
commit 9a74e67621
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
pre {
display: inline-block;
max-width: 100%;
width: 100%;
margin: 10px 0;
word-break: normal;
word-wrap: normal;

View file

@ -7055,7 +7055,7 @@ kbn-table tr.even td {
}
.toaster-container .alert pre {
display: inline-block;
max-width: 100%;
width: 100%;
margin: 10px 0;
word-break: normal;
word-wrap: normal;