mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Use white-space: nowrap;
rather than replacing spaces with s
This commit is contained in:
parent
4ad29ac76c
commit
497f388dcd
25 changed files with 28 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="l-center">
|
||||
<div class="l-sort clearfix noselect">
|
||||
<a href="/add/ip/" class="l-sort__create-btn" title="<?=str_replace(' ', ' ', __('Add IP'))?>"></a>
|
||||
<a href="/add/ip/" class="l-sort__create-btn" title="<?=__('Add IP')?>"></a>
|
||||
<ul class="context-menu sort-order" style="display:none;">
|
||||
<li entity="sort-date" sort_as_int="1"><span class="name active"><?=__('Date')?></span><span class="up"> </span></li>
|
||||
<li entity="sort-ip"><span class="name"><?=__('ip')?></span><span class="up"> </span></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue