Fix text wrapping on user player stats

This commit is contained in:
JonnyWong16 2020-06-20 15:03:51 -07:00
parent 5696e75abe
commit 9a932aea12
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 2 additions and 1 deletions

View file

@ -2312,6 +2312,7 @@ li.advanced-setting {
width: 140px;
margin-left: 10px;
margin-bottom: 10px;
white-space: nowrap;
}
.user-player-instance-playcount h3 {
font-size: 30px;

View file

@ -27,7 +27,7 @@ DOCUMENTATION :: END
<div id="user-player-image-${a['result_id']}">
<div class="user-player-instance-box svg-icon platform-${a['platform_name']}"></div>
</div>
<div class="user-player-instance-name">
<div class="user-player-instance-name" title="${a['player_name']}">
${a['player_name']}
</div>
<div class="user-player-instance-playcount">