Skip to content

Commit

Permalink
fix css small
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCalleia committed Oct 15, 2020
1 parent d590d3e commit 7b2d6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Empire-of-the_Petal_Throne/EPT.css
Expand Up @@ -64,7 +64,7 @@ h2, h2 span {
display: flex;
}

.sheet-small, .sheet-ept .sheet-bonus-group label.sheet-small {
.sheet-ept .sheet-bonus-group label.sheet-small {
display: inline-block;
}
.sheet-ept label.sheet-flex-label {
Expand Down
2 changes: 1 addition & 1 deletion Empire-of-the_Petal_Throne/EPT.html
Expand Up @@ -784,7 +784,7 @@ <h2 class="title"><span class="underline">Empire of the Petal Throne</span>: Cha
<div class="profession-bonus-spells">
<label class="label" data-i18n="bonus-spells-u">Bonus Spells</label>
<div class="checklist">
<input type='text' class='max-spell-group' name='attr_max_spell_group' value='3' />
<!-- <input type='text' class='max-spell-group' name='attr_max_spell_group' value='3' /> -->
<input type='checkbox' class='can_bonus_spell groupi hide-input' name='attr_can_groupi' value="1" />
<div class="skill-set bonus-group groupi">
<input class="skill-checkbox" type="checkbox" name="attr_bonus-spells-group-i" value="yes" />
Expand Down

0 comments on commit 7b2d6a0

Please sign in to comment.