Change the width of the number, status and follow columns
This commit is contained in:
parent
1fc5264900
commit
40c4ef24a0
1 changed files with 9 additions and 6 deletions
|
@ -34,18 +34,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-col,
|
.number-col {
|
||||||
.status-col {
|
width: 110px;
|
||||||
width: 130px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-col .label {
|
.status-col {
|
||||||
|
width: 110px;
|
||||||
|
|
||||||
|
.label {
|
||||||
width: 110px;
|
width: 110px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.follow-col {
|
.follow-col {
|
||||||
width: 200px;
|
width: 190px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue