Fixed styles in baklog table text
parent
bfa66bdad4
commit
c8746310b3
|
@ -31,8 +31,12 @@
|
|||
padding-right: 3rem;
|
||||
position: relative;
|
||||
text-align: right;
|
||||
.popover {
|
||||
text-align: left;
|
||||
}
|
||||
.icon {
|
||||
display: none;
|
||||
color: $gray-light;
|
||||
margin-left: .2rem;
|
||||
}
|
||||
}
|
||||
.pop-role {
|
||||
|
@ -85,6 +89,11 @@
|
|||
.points {
|
||||
cursor: pointer;
|
||||
}
|
||||
.header-points {
|
||||
span {
|
||||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backlog-table-body {
|
||||
|
|
Loading…
Reference in New Issue