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

Accessibility settings are cut off with 3 line "buttons" #34079

Closed
nickvergessen opened this issue Sep 14, 2022 · 8 comments · Fixed by #34081
Closed

Accessibility settings are cut off with 3 line "buttons" #34079

nickvergessen opened this issue Sep 14, 2022 · 8 comments · Fixed by #34081

Comments

@nickvergessen
Copy link
Member

Bildschirmfoto vom 2022-09-14 15-42-32

@szaimen
Copy link
Contributor

szaimen commented Sep 14, 2022

It broke with nextcloud-libraries/nextcloud-vue#3192

@szaimen
Copy link
Contributor

szaimen commented Sep 14, 2022

One can fix this temporarily with this CSS in the inspector:

.settings-section--limit-width>* {
    max-width: unset !important;
}

@szaimen
Copy link
Contributor

szaimen commented Sep 14, 2022

cc @CarlSchwan

@nickvergessen
Copy link
Member Author

Then a :limit-width="false" should be enough?

@szaimen
Copy link
Contributor

szaimen commented Sep 14, 2022

Yeah propbably...

@CarlSchwan
Copy link
Member

Yeah that should be enough

@szaimen
Copy link
Contributor

szaimen commented Sep 14, 2022

Are other settings panels broken, too? Then we should probably fix them in one go if possible... (I suppose the activity/notification settings are borken as well?)

@nickvergessen
Copy link
Member Author

They live in the respective apps, so bumping the vue lib there will raise the problem and should then extend the section properties if needed

@nickvergessen nickvergessen self-assigned this Sep 15, 2022
@nickvergessen nickvergessen added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants