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,
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue