Make X icon parent position: relative; to prevent it from floating on its own.

This commit is contained in:
Shpuld Shpuldson 2017-04-17 10:45:12 +03:00
parent ceb2c814ae
commit ca8755a6f3

View file

@ -53,6 +53,10 @@
.attachments {
padding: 0.5em;
.attachment {
position: relative;
}
i {
position: absolute;
margin: 10px;