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 {
|
||||
padding: 0.5em;
|
||||
|
||||
.attachment {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
i {
|
||||
position: absolute;
|
||||
margin: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user