break original usernames

pull/161/head
Aevann 2023-06-30 00:44:15 +03:00
parent 533426c080
commit 8c7292e8f3
2 changed files with 5 additions and 1 deletions

View File

@ -7498,3 +7498,7 @@ bdi {
zoom: 0.6;
}
}
.breakable {
white-space: normal;
}

View File

@ -10,7 +10,7 @@
<h5 class="pop-username text-truncate text-black mb-0 pb-1 mt-4 pt-2"></h5>
<span class="text-black">Joined <span class="pop-created-date"></span></span>
<div class="text-black">User ID: <span class="pop-id"></span></div>
<div class="text-black"><span class="pop-original-usernames"></span></div>
<div class="text-black pop-original-usernames breakable"></div>
</div>
</div>