mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix misalignment in FF also (#2709)
This commit is contained in:
parent
fd63d5e564
commit
9bc99665ef
@ -90,11 +90,6 @@
|
||||
border-top: none;
|
||||
height: 30px;
|
||||
|
||||
.cell-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&--image {
|
||||
padding-left: 16px;
|
||||
padding-right: 8px;
|
||||
|
@ -152,7 +152,7 @@
|
||||
|
||||
.adf-data-table-cell {
|
||||
text-align: left;
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
|
||||
&--text {
|
||||
text-align: left;
|
||||
@ -178,6 +178,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.cell-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.full-width {
|
||||
|
Loading…
x
Reference in New Issue
Block a user