Fix problem with talent rank column
This commit is contained in:
parent
d656d89d6c
commit
fac9bfdf39
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
grid-template-columns: $row-height $row-height 2fr $row-height 1fr 1fr 1fr 1fr 5ch;
|
grid-template-columns: $row-height $row-height 2fr $row-height 1fr 1fr 1fr 1fr 5ch;
|
||||||
}
|
}
|
||||||
&--talent {
|
&--talent {
|
||||||
grid-template-columns: $row-height 1fr 1fr 3fr 5ch;
|
grid-template-columns: $row-height 1fr 21ch 3fr 5ch;
|
||||||
}
|
}
|
||||||
&--racial-ability,
|
&--racial-ability,
|
||||||
&--language,
|
&--language,
|
||||||
|
|
Loading…
Reference in a new issue