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

strange character on breadcrumb on pmahomme theme #19173

Open
arcanisgk opened this issue May 17, 2024 · 3 comments
Open

strange character on breadcrumb on pmahomme theme #19173

arcanisgk opened this issue May 17, 2024 · 3 comments

Comments

@arcanisgk
Copy link

Describe the bug

strange character on breadcrumb

To Reproduce

Steps to reproduce the behavior:

  1. Click on one database...

Expected behavior

breadcrumb

Screenshots

image

Server configuration

  • Operating system: Ubuntu
  • Web server: Lamp
  • Database version: Mysql
  • PHP version: 7.4
  • phpMyAdmin version: 5.2.1

Client configuration

  • Browser: Chrome lastest version
  • Operating system: Windows 11 home

Additional context

i find this on the css:

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "»") /* rtl: var(--bs-breadcrumb-divider, "»") */
}

I'm sure there must be some error... I tried searching for this file on phpmyadmin's github but it seems to be empty...

http://localhost/phpmyadmin/themes/pmahomme/css/theme.css?v=5.2.0 in my local

https://github.com/phpmyadmin/phpmyadmin/tree/master/public/themes/pmahomme/css/ on github

@liviuconcioiu
Copy link
Contributor

Probably another font or addon is overriding ». I've tested right now with Chrome (no addons), Windows 10 and Spanish. Isn't there and neither in the code.

ok

@arcanisgk
Copy link
Author

Probably another font or addon is overriding ». I've tested right now with Chrome (no addons), Windows 10 and Spanish. Isn't there and neither in the code.

ok

@liviuconcioiu It appears randomly... I also did the tests with and without addons... but as far as I understand an addons does not change the content of the CSS files ...

@liviuconcioiu
Copy link
Contributor

Then, is an encoding issue with the files.

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

2 participants