-5

One of my button displays with 2 words like 'reservation book'. The button looks perfect in Chrome but only shows partially in Edge. If I change the CSS class it will reflect other places too.

<a href="#" onclick="PortalClassDetails.ClassDetails.ClassDetailsAction('@url', '@item.ClassID', '@sort','@direction','@register','@pageNumber', true)" title="Waitlist" style="text-decoration: none">
  <div class="wait">
    Join Waitlist                          
  </div>
</a>
2
  • 1
    Do you have a question about this? If so, you should edit this post to include the question and any relevant code as a minimal reproducible example.
    – mykaf
    Commented Apr 17 at 20:28
  • 1
    The problem will be in the CSS. Use the DOM inspector of the browser to find the specific rule causing the problem and correct it. The fact the same class is used elsewhere is irrelevant to the problem; add a new class to this specific button if its location is causing the problem. Commented Apr 17 at 20:30

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.