You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to the previous issue (issue #55 ), if the bim-label has an icon and the font size is bigger, the svg image will be placed on the bottom part of the label and not inside its related container (which is correctly positioned on the center of the label).
In this case the problem could be in the display:inline-block from the :host element of the children of , in fact, removing this the svg will be placed in the correct position.
Before:
After:
Reproduction ▶️
No response
Steps to reproduce 🔢
Create a bim-label element, add an icon and set the font size of the label bigger
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
Check that this is a concrete bug. For Q&A join our Community.
Describe the bug 📝
Related to the previous issue (issue #55 ), if the bim-label has an icon and the font size is bigger, the svg image will be placed on the bottom part of the label and not inside its related container (which is correctly positioned on the center of the label).
In this case the problem could be in the display:inline-block from the :host element of the children of , in fact, removing this the svg will be placed in the correct position.
Before:
After:
Reproduction▶️
No response
Steps to reproduce 🔢
Create a bim-label element, add an icon and set the font size of the label bigger
System Info 💻
Used Package Manager 📦
npm
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: