Added css rule to truncate discover field details

This commit is contained in:
Jose Sanchez 2020-10-16 10:34:33 +02:00
parent 15b2c916a5
commit d31f52f8cd

View File

@ -1668,6 +1668,10 @@ iframe.width-changed {
max-height: 40px;
}
.code-block-log-viewer-container{
.code-block-log-viewer-container {
max-width: calc(~"100vw - 41*2px");
}
.dscFieldDetails__barContainer {
min-width: 0;
}