Skip to content

Commit 66c8114

Browse files
committed
push lead style up the style stack
1 parent 8cc6278 commit 66c8114

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

src/ServicePulse.Host/vue/src/components/failedmessages/FailedMessageGroups.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

src/ServicePulse.Host/vue/src/components/failedmessages/FlowDiagram.vue

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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;

src/ServicePulse.Host/vue/src/components/failedmessages/MessageView.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)