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

Search icon overlap in search bar #8158

Closed
amrita-shrestha opened this issue Dec 28, 2022 · 3 comments · Fixed by #8203
Closed

Search icon overlap in search bar #8158

amrita-shrestha opened this issue Dec 28, 2022 · 3 comments · Fixed by #8203
Labels
Type:Bug Something isn't working

Comments

@amrita-shrestha
Copy link
Contributor

amrita-shrestha commented Dec 28, 2022

Steps to reproduce

  1. Open the web

Expected behaviour

search icon should not overlap text "Enter search term"

Actual behaviour

searchicon

Environment general

Operating system: ubuntu

Backend (ownCloud Core or Infinite Scale): both master branch

Log

index.html#/oidc-callback? 
code=GS5Ke9OMXLsKLiJh0YHVfIeWTsdlsI9Zmv7SgVy0gTkt5PtFQ8EJox7L0cp50aQF&state=29781b5beff543558a7b39f9240517c2:1 Refused to apply style from 'http://host.docker.internal:8080/index.php/apps/web/index.html' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
@amrita-shrestha amrita-shrestha added the Type:Bug Something isn't working label Dec 28, 2022
@kulmann
Copy link
Member

kulmann commented Dec 28, 2022

Saw the same, with 'pnpm build' it is like in the screenshot, with 'pnpm vite' is displayed correct. Probably some broken style import... didn't have the time, yet, to check it out myself.

@amrita-shrestha
Copy link
Contributor Author

while we create a folder then a successful message popup in the down-left corner in pnpm-vite and at top in pnpm build. I think this is also related to the production build issue too.

@kulmann
Copy link
Member

kulmann commented Jan 10, 2023

while we create a folder then a successful message popup in the down-left corner in pnpm-vite and at top in pnpm build. I think this is also related to the production build issue too.

That's actually part of the dockerized dev setup. pnpm vite doesn't stick to that. pnpm build does, so that everything is displayed the same way as in CI (make e2e/acceptance test debugging easier).

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

Successfully merging a pull request may close this issue.

2 participants