fixes #82 by always showing languages and writing, also fixes text-overflow by increasing padding to the right on skills names.
parent
6aac658d3f
commit
078eea577e
|
|
@ -107,7 +107,7 @@ $rollable_colours_font: (
|
|||
line-height: 32px;
|
||||
vertical-align: middle;
|
||||
word-break: break-all;
|
||||
margin-right: 8px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,8 @@
|
|||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if skills.Schriften}}
|
||||
|
||||
|
||||
<div class="talent-group languages">
|
||||
<fieldset>
|
||||
<legend><h2>Schriften & Sprachen</h2></legend>
|
||||
|
|
@ -110,7 +111,8 @@
|
|||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{#if skills.Handwerk}}
|
||||
<div class="talent-group crafting">
|
||||
<fieldset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue