N°7984 - Change ? for field description (tooltip) by ⓘ in console and portal

Change escaped characters for their UTF-8 equivalent
This commit is contained in:
XGUI
2024-12-05 08:33:55 +01:00
parent e384248eda
commit de3ee8322a
2 changed files with 2 additions and 2 deletions

View File

@@ -1140,7 +1140,7 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
.form_field_label > .control-label[data-tooltip-instantiated="true"] {
&::after {
content: "\1F6C8";
content: "";
padding-left: 3px;
vertical-align: top;