Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2022 at 16:52 UTC
Updated:
6 Jul 2022 at 15:39 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
libbna commentedI will work on this.
Comment #3
libbna commentedI have found the solution but wanted to confirm should I make the changes specifically for project browser by adding classes in svelte or for a claro theme? Because the issue is in the claro theme.
Comment #4
bnjmnmProject Browser currently has a seven.css stylesheet for fixes specific to Seven. I'd say do the same for Claro. I assume both of them will get moved to the actual themes when Project Browser is added to core, but this is a good way to keep them sorted until that can happen.
Comment #5
libbna commentedSo you're saying like seven.css, I should create claro.css for Project Browser and do the changes in that, right or I can add a class in svelte and then do the changes?
Comment #6
bnjmnmCreate claro.css and add the styles necessary for Claro. Try not to alter the Svelte app unless it's absolutely necessary. This way, when Project Browser gets moved to core, we can move the claro.css styles to Claro (and seven.css to seven). Ideally we'd change the themes right now but we can't add styles in core for contrib modules.
Comment #8
libbna commentedadded word-break css attribute to solve this issue.
Comment #9
omkar-pd commentedAs per #6,
claro.cssis created and it fixes the issue. hence, Moving this to RTBC.Comment #11
bnjmnmLooks good! Merged.