reduce width of favorite column
This commit is contained in:
@@ -14,3 +14,7 @@ tbody > tr:nth-of-type(even) {
|
|||||||
tr :nth-child(1) {
|
tr :nth-child(1) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr :nth-child(4) {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user