Change the width of the number, status and follow columns

This commit is contained in:
gregoirenovel 2017-10-17 18:42:12 +02:00
parent 1fc5264900
commit 40c4ef24a0

View file

@ -34,18 +34,21 @@
}
}
.number-col,
.status-col {
width: 130px;
.number-col {
width: 110px;
}
.status-col .label {
.status-col {
width: 110px;
text-align: center;
.label {
width: 110px;
text-align: center;
}
}
.follow-col {
width: 200px;
width: 190px;
text-align: center;
}
}