Iteration on effects tab of character sheet

This commit is contained in:
Kakeman89 2020-10-19 13:04:48 -04:00
parent a40f7adb9c
commit 90fab8d89f
5 changed files with 16 additions and 8 deletions

View file

@ -172,4 +172,8 @@
resize: none;
}
}
.biography {
max-width: calc(100% - 180px);
}
}