Queue and Exchange name expansion
anypoint.mulesoft.com by chris-vmlabs
Details
Authorchris-vmlabs
LicenseMIT
Categoryanypoint cloudhub
Created
Updated
Size832 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name anypoint.mulesoft.com
@version 20211013.10.37
@namespace userstyles.world/user/chris-vmlabs
@description Queue and Exchange name expansion
@author chris-vmlabs
@license MIT
==/UserStyle== */
@-moz-document domain("anypoint.mulesoft.com") {
.Exchanges--exchangeSettingsWrapper__3J4WY8 {
width: 100%;
}
span[class^="QueueItem--itemName"] {
width: 100%;
overflow: visible;
}
.public_fixedDataTableCell_cellContent {
white-space: normal;
text-overflow: clip;
overflow: visible;
}
.DefaultTheme__fixed-table___13zN6 .public_fixedDataTableCell_main .DefaultTheme__body-cell___2rrU1 .public_fixedDataTableCell_cellContent {
white-space: normal;
}
div[class^="themes--modal__"] {
width: 85%
}
.Queues--queueSettingsWrapper__3jokZu{
width: 1000px;
}
}