buildingSMART / buildingSMART/IFC4.x-development
Propose viewing all the properties under a pset, verses having truncated lists.
Open
allocated-www
ifc-update-out
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
Would propose viewing all the properties under a pset, verses having truncated lists.
```
ul.psets>li>ul {
mask-image: none;
max-height: 100%;
}
```
https://github.com/buildingSMART/IFC4.3.x-development/assets/507113/b3cef128-4694-4ebb-91b2-f9f53eff3246
Contributor guide
Research direction
Start by locating the stylesheet or component containing the `ul.psets>li>ul` rule and inspect how property lists are currently constrained. Remove the truncation for these lists, then verify in the interface that all properties under a pset are visible without masking or a maximum height.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100