mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
97732 Fixed some display issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user