File tree Expand file tree Collapse file tree 3 files changed +24
-11
lines changed
src/ServicePulse.Host/vue/src/components/failedmessages Expand file tree Collapse file tree 3 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -144,3 +144,16 @@ onMounted(async () => {
144144 < / template>
145145 < / template>
146146< / template>
147+
148+ < style>
149+ .lead {
150+ word- wrap: break - word;
151+ color: #181919 ! important;
152+ font- size: 1em ! important;
153+ font- weight: bold ! important;
154+ margin- bottom: 0 .2em ;
155+ white- space: nowrap;
156+ overflow: hidden;
157+ text- overflow: ellipsis;
158+ }
159+ < / style>
Original file line number Diff line number Diff line change @@ -227,17 +227,6 @@ function typeIcon(type) {
227227 text- align: left;
228228}
229229
230- .lead {
231- word- wrap: break - word;
232- color: #181919 ! important;
233- font- size: 1em ! important;
234- font- weight: bold ! important;
235- margin- bottom: 0 .2em ;
236- white- space: nowrap;
237- overflow: hidden;
238- text- overflow: ellipsis;
239- }
240-
241230.node {
242231 background- color: #fff;
243232 border- color: #cccbcc;
Original file line number Diff line number Diff line change @@ -504,4 +504,15 @@ button img {
504504.msg-tabs {
505505 margin-bottom : 20px ;
506506}
507+
508+ .lead {
509+ word-wrap : break-word ;
510+ color : #181919 !important ;
511+ font-size : 1em !important ;
512+ font-weight : bold !important ;
513+ margin-bottom : 0.2em ;
514+ white-space : nowrap ;
515+ overflow : hidden ;
516+ text-overflow : ellipsis ;
517+ }
507518 </style >
You can’t perform that action at this time.
0 commit comments