Make X icon parent position: relative; to prevent it from floating on its own.
This commit is contained in:
parent
ceb2c814ae
commit
ca8755a6f3
|
@ -53,6 +53,10 @@
|
||||||
.attachments {
|
.attachments {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
||||||
|
.attachment {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Reference in New Issue