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

[Bug] Button size #3380

Closed
turbopixel opened this issue Mar 24, 2023 · 3 comments · Fixed by #3395
Closed

[Bug] Button size #3380

turbopixel opened this issue Mar 24, 2023 · 3 comments · Fixed by #3395
Labels
bug Something isn't working

Comments

@turbopixel
Copy link

turbopixel commented Mar 24, 2023

Describe the bug

The buttons on the admin userlist page are to big (in every layout)
grafik

My Firefox Version
grafik

In Chromium for Linux is everything fine:
grafik


After I remove the style width: auto the button looks beautiful:
grafik

Tell us how to replicate the bug

  • Update to Version v1.7.0
  • Use Firefox & Linux Mint
  • Login as admin

Which components are affected by this bug?

Control Panel Web Interface

Hestia Control Panel Version

1.7.0

Operating system

Linux 4.19.0-19-amd64 #1 SMP Debian 4.19.232-1 (2022-03-07) x86_64

Log capture

No response

@turbopixel turbopixel added the bug Something isn't working label Mar 24, 2023
@turbopixel
Copy link
Author

Page: /list/server/
grafik

/list/cron/
grafik

Looks fine: /list/mail/
grafik

@turbopixel
Copy link
Author

I don't know what ruby means, but the buttons looks beautiful with that css:

  @media (min-width: 1024px)
.toolbar-buttons .button {
  width: auto;
  display: block ruby;
}

grafik

Sources:

@jaapmarcus
Copy link
Member

@AlecRust Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants