- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 07:49 AM
Hi all,
We see strange issue in prod, where the font colour of heading is change to white in Prod, but in Dev it is working as expected.
Dev screenshot. In prod colour is #FFFFF
In standard ticket widget we see one class is calling, but we are not able to find the class.
Can some one help how to fix it
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 02:37 AM
Hello @Chaiatnya
Replace your h2 tag code with the below one
<h2 class="inline m-n m-r-sm" style="color:black;word-break: break-word;">{{::data.title}}</h2>
Plz mark my solution as accept if you find it helpful.
Regards,
Sama
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 10:42 AM
Hello @Chaiatnya
In that case go with the Inline Styling :-
<label style="color:black;">
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 02:01 AM
hi @Samaksh Wani Can you please help me where I need to update the line. I'm not good in widgets.
In the below code, h2 tag which is highlighted in bold is the title we are getting
<div class="panel-heading bg-primary panel-la-jolla-default clearfix">
<div class="flex-display title-padding">
<h2 class="inline m-n m-r-sm" style="word-break: break-word;">{{::data.title}}</h2>
<div ng-if="!data.primary_ticket_link && c.data.currentActionWidget" class="inline pull-right" style="margin-left: auto;">
<sp-widget widget="c.data.currentActionWidget" page="{table:data.table, sys_id: data.sys_id}"></sp-widget>
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 02:37 AM
Hello @Chaiatnya
Replace your h2 tag code with the below one
<h2 class="inline m-n m-r-sm" style="color:black;word-break: break-word;">{{::data.title}}</h2>
Plz mark my solution as accept if you find it helpful.
Regards,
Sama
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 10:42 AM
Hello @Chaiatnya
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh