Added label for grips in Weapon sheet (thanks to TesserWract)

This commit is contained in:
Vlyan
2021-06-16 09:22:43 +02:00
parent 855e3272fc
commit 73f3a634b0
7 changed files with 20 additions and 7 deletions

View File

@@ -189,7 +189,7 @@
input[type="number"] {
width: 2rem;
&.grip {
width: 100%;
width: calc(100% - 4rem);
margin-bottom: 0.25rem;
}
}