* hide attachment icon
This commit is contained in:
parent
979bb6ddfe
commit
9f000e90b8
@ -1504,6 +1504,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0rem;
|
left: 0rem;
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
padding-right: 0.2rem;
|
||||||
}
|
}
|
||||||
.issue-attachment {
|
.issue-attachment {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1517,6 +1519,7 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 70%;
|
background-size: 70%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.issue-assignee {
|
.issue-assignee {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user