97732 Fixed some display issues

This commit is contained in:
Koen Pauwels
2023-01-05 13:21:50 +01:00
parent 920e36ecf2
commit 5a1e57408f
4 changed files with 18 additions and 11 deletions

View File

@@ -3,14 +3,14 @@
}
.ds-context-help-icon {
position: absolute;
top: 0;
cursor: pointer;
color: var(--bs-info);
background-color: var(--bs-white);
font-size: 16px; // not relative, because we don't want the icon to resize based on the container
line-height: 1;
border-radius: 50%;
position: absolute;
top: 0;
cursor: pointer;
color: var(--bs-info);
background-color: var(--bs-white);
font-size: 16px; // not relative, because we don't want the icon to resize based on the container
line-height: 1;
border-radius: 50%;
}
.ds-context-help-icon-left {
@@ -22,5 +22,6 @@
}
::ng-deep .tooltip-inner {
width: 300px;
width: var(--ds-context-help-tooltip-width);
max-width: var(--ds-context-help-tooltip-width);
}