reduce width of favorite column
This commit is contained in:
parent
9440d58125
commit
22166a001e
|
@ -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%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue