Issue #3212702 by Sakthivel M, Gauravmahlawat: Olivero: profile picture and comments are not aligned in IE11
parent
45515dbad7
commit
b83ab65d6c
|
@ -238,14 +238,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
|
||||
.add-comment__picture,
|
||||
.comment__picture {
|
||||
position: relative
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 43.75rem) {
|
||||
|
||||
[dir="ltr"] .indented .comment__picture {
|
||||
|
|
|
@ -144,10 +144,6 @@
|
|||
width: var(--sp3);
|
||||
height: var(--sp3);
|
||||
}
|
||||
|
||||
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.indented .comment__picture {
|
||||
|
|
Loading…
Reference in New Issue