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;
|
border-top: none;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
.cell-container {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--image {
|
&--image {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
.adf-data-table-cell {
|
.adf-data-table-cell {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&--text {
|
&--text {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -178,6 +178,11 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cell-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user