MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
178 stars 30 forks source link

View encapsulation causing component style problems #3654

Open alexanderroidl opened 1 week ago

alexanderroidl commented 1 week ago

Bug

Expected Behavior

WHEN

Some components (i.e. AddCustomScenario component) are being displayed

THEN

Component styles aren't displayed correctly due to view encapsulation being disabled.

Actual Behavior

Component's should be using view encapsulation and have their styles displayed as expected.

Screenshots

![Metric templates button](https://i.imgur.com/UBRmJrc.png "Open \"addCustomScenario\" dialog by clicking \"⭐️\" button above \"Metric templates\" area ") ![New metric template button](https://i.imgur.com/SXqYueX.png "Click \"➕\" button on the top right of \"Metric scenarios\" dialog") New metric template dialog

Steps to Reproduce the Problem

  1. Open "addCustomScenario" dialog by clicking "⭐️" button above "Metric templates" area
  2. Click "➕" button on the top right of "Metric scenarios" dialog
  3. See broken dialog styles

Specifications