missing icon indicating copy to clipboard operation
missing copied to clipboard

titlebar of box can "stick" out of titlebar in firefox - documentation problem?

Open graf0 opened this issue 1 year ago • 2 comments

Hi,

we have following code:

<div class="box">
  <div class="block titlebar">
    <strong>pike</strong>
  </div>
  <p>
    node is git
    <span class="float:right">
      <a href="#">ssh</a> |
      <a href="/systems/1/nodes/2">→ goto</a>
    </span>
  </p>
</div>

This is how it looks on Edge - as it should:

obraz

And this is how it looks on Firefox:

obraz

Notice how letter "p" goes just a little bit out of titlebar. There is also more shadow under it.

graf0 avatar Feb 08 '24 11:02 graf0