RED-6428: Created help mode link for Edit file attribute.

This commit is contained in:
Nicoleta Panaghiu 2023-04-10 12:38:39 +03:00
parent 03084293b2
commit 75c851bd52
2 changed files with 5 additions and 2 deletions

View File

@ -60,7 +60,7 @@
overflow-y: auto !important;
&.has-scrollbar iqser-table-item::ng-deep {
.action-buttons {
.action-buttons:not(.edit-button) {
right: 0;
padding-right: 10px;
}

View File

@ -63,8 +63,11 @@
}
.action-buttons {
position: absolute;
display: none !important;
}
.action-buttons:not(.edit-button) {
position: absolute;
right: -11px;
top: 0;
height: 100%;