mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Notification trash link was not visible if actifity text is too long
This commit is contained in:
parent
28e23f9d87
commit
6c6cba51fa
1 changed files with 5 additions and 10 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
.read-status
|
||||
width: 30px
|
||||
padding: 0px 10px 0px 0px
|
||||
|
||||
input
|
||||
width: 24px
|
||||
|
|
@ -28,21 +29,19 @@
|
|||
color: #bbb
|
||||
|
||||
.details
|
||||
width: calc(100% - 30px)
|
||||
|
||||
.activity
|
||||
display: flex
|
||||
|
||||
a.member
|
||||
margin: 0px 0px 0px -3px
|
||||
margin: 0px 0px 0px 0px
|
||||
padding: 0px
|
||||
|
||||
svg
|
||||
padding: 3px
|
||||
margin: 0px 0px 0px -3px
|
||||
|
||||
.activity-desc
|
||||
width: 100%;
|
||||
margin: 0px 0px 0px 5px
|
||||
|
||||
.activity-comment
|
||||
display: block
|
||||
|
|
@ -72,9 +71,5 @@
|
|||
.details
|
||||
.activity
|
||||
a.member
|
||||
padding: 12px 10px 12px 10px
|
||||
margin: -10px 0px -10px 0px
|
||||
|
||||
svg
|
||||
padding: 5px
|
||||
margin: 0px 0px 0px -16px
|
||||
height: 36px
|
||||
width: 36px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue