fix lockby position (#986)

This commit is contained in:
Cilibiu Bogdan
2019-03-04 15:17:26 +02:00
committed by Denys Vuika
parent ab860cf7b2
commit 69632b4aed
3 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
.aca-locked-by {
.locked_by--icon {
font-size: 16px;
width: 16px;
height: 16px;
font-size: 14px;
width: 14px;
height: 14px;
}
.locked_by--name {

View File

@@ -1,11 +1,8 @@
.aca-name-column-container {
.adf-datatable-cell {
top: 8px;
}
aca-locked-by {
position: absolute;
bottom: 6px;
top: 10px;
left: -4px;
display: flex;
align-items: center;
}