biotope / biotope/biotope-element
Add `display: block` to host mixin
- Dominant language
- TypeScript
- Stars
- 15
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
As of now, a bioElement that uses the host mixin doesn't have `display: block` which leads to the element not showing up properly when inspected in chrome DEV tools.
**Describe the solution you'd like**
Add `display: block` to the host mixin.
**Additional context**
Without `display: block`

With `display: block`

Contributor guide
Research direction
Locate the host mixin used by bioElement and inspect how its styles are defined. Add the requested display rule, then verify in Chrome DevTools that a bioElement using the mixin is displayed properly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100