fix backlog-table popover link width

stable
Juanfran 2014-08-22 13:43:30 +02:00
parent cdd4e3f9bd
commit 840100832d
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@
position: relative; position: relative;
text-align: right; text-align: right;
.popover { .popover {
a {
text-align: left; text-align: left;
width: 100%;
}
} }
.icon { .icon {
color: $gray-light; color: $gray-light;