Browse Source

Fixed styling issue

Added an inline style to fix an unpleasant visual element in the rating widget where the circled question mark icon had what appeared to be an underscore right after it.
pull/13343/head
dlboutwe 4 years ago
parent
commit
4ec7c186a4
  1. 2
      modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Rating/Default.cshtml

2
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Rating/Default.cshtml

@ -18,7 +18,7 @@
}
if (Model.Ratings != null)
{
<a href="#" class="text-muted ms-1" data-bs-toggle="modal" data-bs-target="#ratingDetail">
<a href="#" style="text-decoration: none;" class="text-muted ms-1" data-bs-toggle="modal" data-bs-target="#ratingDetail">
<i class="far fa-question-circle"></i>
</a>

Loading…
Cancel
Save