Merge branch 'master' into VM/6510

This commit is contained in:
Valentin Mihai 2023-04-10 18:03:27 +03:00
commit 8158e22991
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%;