Fix misalignment in FF also (#2709)

This commit is contained in:
Popovics András 2017-11-23 14:04:16 +00:00 committed by Eugenio Romano
parent fd63d5e564
commit 9bc99665ef
2 changed files with 6 additions and 6 deletions

View File

@ -90,11 +90,6 @@
border-top: none;
height: 30px;
.cell-container {
display: flex;
align-items: center;
}
&--image {
padding-left: 16px;
padding-right: 8px;

View File

@ -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 {