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, .number-col {
.status-col { width: 110px;
width: 130px;
} }
.status-col .label { .status-col {
width: 110px; width: 110px;
text-align: center;
.label {
width: 110px;
text-align: center;
}
} }
.follow-col { .follow-col {
width: 200px; width: 190px;
text-align: center; text-align: center;
} }
} }