8 lines
143 B
SCSS
8 lines
143 B
SCSS
.issues-indicator {
|
|
.component__tooltip-wrapper__element {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: $gap-icon-text;
|
|
}
|
|
}
|