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