File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% if NOTIFICATIONS_WEBPUSH_ENABLE and not notification_types|default and not notification_list|default %}
22 < div class ="wpn-notification-dropdown-footer ">
3- < span > {{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</ span >
3+ < span class =" ellipsis-text " > {{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</ span >
44 < button id ="subscribe_webpush " name ="subscribe_webpush "> < i class ="icon fa-toggle-off fa-fw icon-lightgray "> </ i > < span > {{ lang('NOTIFY_WEBPUSH_SUBSCRIBE') }}</ span > </ button >
55 < button id ="unsubscribe_webpush " name ="unsubscribe_webpush " class ="hidden "> < i class ="icon fa-toggle-on fa-fw icon-blue "> </ i > < span > {{ lang('NOTIFY_WEBPUSH_SUBSCRIBED') }}</ span > </ button >
66 </ div >
Original file line number Diff line number Diff line change 1313
1414.wpn-notification-dropdown-footer {
1515 font-size : 12px ;
16+ white-space : nowrap;
1617 border-top : solid 1px # b9b9b9 ;
1718 display : flex;
19+ flex-wrap : nowrap;
1820 justify-content : space-between;
1921 padding : 5px 25px ;
2022}
You can’t perform that action at this time.
0 commit comments