The Wayback Machine - https://web.archive.org/web/20201113110945/https://github.com/nextcloud/server/issues/23849
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

Firefox - User Settings - Some svg icons not visible #23849

Open
Eninspace opened this issue Nov 2, 2020 · 1 comment
Open

Firefox - User Settings - Some svg icons not visible #23849

Eninspace opened this issue Nov 2, 2020 · 1 comment

Comments

@Eninspace
Copy link

@Eninspace Eninspace commented Nov 2, 2020

It is a visual bug appears on the settings page when there are many characters in the string. I think this is due to css

#app-navigation:not(.vue)>ul>li>ul>li>a
overflow: hidden;

which hides the icon along with the overflow text. If you comment out overflow: hidden; icons appear

Steps to reproduce

  1. Set Russian languages
  2. Open User Setting Page

Expected behaviour

All Icons in the left side bar are displayed correctly

Actual behaviour

Some icons don't displayed

изображение изображение

Server configuration

**Operating system:Ubuntu

**Web server:Apache

**Database:PostgreSQL 12.4

**PHP version:7.4.3

**Nextcloud version:19.0.4

Updated from an older Nextcloud/ownCloud or fresh install:

**Where did you install Nextcloud from:Nextcloud official website

Client configuration

**Browser:Firefox 82.0.2
**Operating system:Windows 10

@TimonPllkrn
Copy link

@TimonPllkrn TimonPllkrn commented Nov 12, 2020

Hey, I'd like to pick up this Issue 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.