mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge pull request #6655 from danieltj27/ticket/17352
[ticket/17352] Fix overflow of long rank titles on profile page
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="inner">
|
||||
|
||||
<!-- IF AVATAR_IMG -->
|
||||
<dl class="left-box">
|
||||
<dl class="left-box avatar-rank-container">
|
||||
<dt class="profile-avatar">{AVATAR_IMG}</dt>
|
||||
<!-- EVENT memberlist_view_rank_avatar_before -->
|
||||
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
|
@@ -731,6 +731,10 @@ table.info tbody th {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.avatar-rank-container {
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.left-box.profile-details {
|
||||
width: 80%;
|
||||
}
|
||||
|
@@ -412,6 +412,10 @@
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.avatar-rank-container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Polls
|
||||
----------------------------------------*/
|
||||
fieldset.polls dt {
|
||||
|
Reference in New Issue
Block a user