88</ noscript >
99< div class ="panel ">
1010 < div class ="inner ">
11- < div class ="idea-panel ">
12- < div class ="idea-panel-inner ">
11+ < div class ="idea-panel flex-box flex-wrap ">
12+ < div class ="idea-panel-inner flex-grow ">
1313 < h3 > {{ lang('VOTES') }}</ h3 >
1414 < div class ="rating ">
1515 < a {% if S_CAN_VOTE %}href ="{{ U_IDEA_VOTE }} "{% endif %} class ="minivote vote-up{{ not S_CAN_VOTE_UP ? ' vote-disabled' }} " title ="{{ lang('VOTE_UP') }} " data-l-err ="{{ lang('ERROR') }} " data-l-msg ="{{ lang('VOTE_ERROR') ~ lang('COLON') }} "> < i class ="icon fa-check-circle user-voted{{ not S_VOTED_UP ? ' hidden' }} " aria-hidden ="true "> </ i > < i class ="icon fa-thumbs-up "> </ i > < span class ="vote-count "> {{ IDEA_VOTES_UP }}</ span > </ a >
@@ -43,7 +43,7 @@ <h3>{{ lang('VOTES') }}</h3>
4343 </ ul >
4444 </ div >
4545 </ div >
46- < div class ="idea-panel-inner ">
46+ < div class ="idea-panel-inner flex-grow ">
4747 < h3 > {{ lang('STATUS') }}</ h3 >
4848 < div class ="status-dropdown-container dropdown-container dropdown-{S_CONTENT_FLOW_END} ">
4949 < span class ="status-badge status-{{ IDEA_STATUS_ID }} ">
@@ -66,7 +66,7 @@ <h3>{{ lang('STATUS') }}</h3>
6666 {% endif %}
6767 </ div >
6868 {% if IDEA_RFC %}
69- < div class ="status-item ">
69+ < div class ="status-item flex-box flex-align-end ">
7070 {{ lang('RFC') ~ lang('COLON') }}
7171 < a id ="rfclink " href ="{{ IDEA_RFC }} " style ="{% if not IDEA_RFC %}display:none;{% endif %}overflow:hidden;text-overflow:ellipsis;white-space:nowrap;{% if S_CAN_EDIT %}max-width:75%;{% endif %} "> {{ lang('RFC_LINK_TEXT') }}</ a >
7272 {% if S_CAN_EDIT %}
@@ -76,7 +76,7 @@ <h3>{{ lang('STATUS') }}</h3>
7676 </ div >
7777 {% endif %}
7878 {% if IDEA_TICKET or S_CAN_EDIT %}
79- < div class ="status-item ">
79+ < div class ="status-item flex-box flex-align-end ">
8080 {{ lang('TICKET') ~ lang('COLON') }}
8181 < a id ="ticketlink " {% if IDEA_TICKET %}href ="https://tracker.phpbb.com/browse/PHPBB3-{{ IDEA_TICKET }} "> PHPBB3-{{ IDEA_TICKET }}{% else %}style="display:none"> {% endif %}</ a >
8282 {% if S_CAN_EDIT %}
@@ -86,7 +86,7 @@ <h3>{{ lang('STATUS') }}</h3>
8686 </ div >
8787 {% endif %}
8888 {% if IDEA_DUPLICATE or S_IS_MOD %}
89- < div class ="status-item duplicatetoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %}style ="display:none "{% endif %} >
89+ < div class ="status-item flex-box flex-align-end duplicatetoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %}style ="display:none "{% endif %} >
9090 {{ lang('DUPLICATE') ~ lang('COLON') }}
9191 < a id ="duplicatelink " data-link ="{{ U_IDEA_DUPLICATE }} " {% if IDEA_DUPLICATE %}href ="{{ U_IDEA_DUPLICATE }} "> {{ IDEA_DUPLICATE }}{% else %}style="display:none"> {% endif %}</ a >
9292 {% if S_IS_MOD %}
@@ -119,7 +119,7 @@ <h3>{{ lang('STATUS') }}</h3>
119119 </ div >
120120 {% endif %}
121121 {% if IDEA_IMPLEMENTED or S_IS_MOD %}
122- < div class ="status-item implementedtoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.IMPLEMENTED %}style ="display:none "{% endif %} >
122+ < div class ="status-item flex-box flex-align-end implementedtoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.IMPLEMENTED %}style ="display:none "{% endif %} >
123123 {{ lang('IMPLEMENTED_VERSION') ~ lang('COLON') }}
124124 < span id ="implementedversion "{% if not IDEA_IMPLEMENTED %} style ="display:none; "{% endif %} > {{ IDEA_IMPLEMENTED }}</ span >
125125 {% if S_IS_MOD %}
0 commit comments