Click on last update to get more info
This commit is contained in:
@@ -341,3 +341,11 @@ input, input.form-control
|
||||
.dark
|
||||
@include status-color-property(background-color, '', 'dark')
|
||||
|
||||
.collapsing
|
||||
transition: all 150ms ease-in-out
|
||||
opacity: 0
|
||||
|
||||
.collapse
|
||||
transition: all 250ms ease-in-out
|
||||
&.in
|
||||
opacity: 1
|
||||
|
@@ -67,11 +67,12 @@
|
||||
|
||||
&:first-child
|
||||
width: 120px
|
||||
max-width: 200px
|
||||
text-align: right
|
||||
font-weight: bold
|
||||
padding-right: 10px
|
||||
border-right: thin solid $color-background-dark
|
||||
white-space: nowrap
|
||||
+text-overflow-ellipsis
|
||||
|
||||
&.properties-assignees
|
||||
.table-cell span
|
||||
|
Reference in New Issue
Block a user