Fix attachment icon
This commit is contained in:
parent
86aebc48a0
commit
c59501958f
1 changed files with 5 additions and 1 deletions
|
@ -122,8 +122,12 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em';
|
|||
|
||||
.icon {
|
||||
svg {
|
||||
margin: 4px;
|
||||
margin: 4px 0 4px 4px;
|
||||
fill: $dark;
|
||||
|
||||
&:not(.svg-inline--fa) {
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue