Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
graf0 opened this issue Feb 8, 2024 · 1 comment

Comments

@graf0
Copy link

graf0 commented Feb 8, 2024

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 graf0 changed the title titlebar of box can "stick" out of titlebar for some letters in firefox titlebar of box can "stick" out of titlebar in firefox - documentation problem? Mar 9, 2024
@graf0
Copy link
Author

graf0 commented Mar 9, 2024

After adding to head of my page this (copied from missing.style):

<link rel="stylesheet" href="https://fonts.bunny.net/css?family=source-sans-3:400,700|m-plus-code-latin:400,700">

Now it display box titlebar correctly in all browsers.
It seems to be documentation problem - maybe you should add this line to installation instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant