mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
make stack traces always 100% the width of the alert
This commit is contained in:
parent
bb3ea35a3c
commit
00820b7489
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
pre {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue