mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix misalignment in FF also (#2709)
This commit is contained in:
committed by
Eugenio Romano
parent
fd63d5e564
commit
9bc99665ef
@@ -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 {
|
||||
|
Reference in New Issue
Block a user