File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -662,6 +662,10 @@ div#TB_window {
662
662
pointer-events : none;
663
663
}
664
664
665
+ .task-list .list-item .col-client {
666
+ text-align : center;
667
+ }
668
+
665
669
.task-list .list-item .col-client img {
666
670
width : 40px ;
667
671
border-radius : 40px ;
Original file line number Diff line number Diff line change @@ -263,10 +263,7 @@ class="list-item state-{{{ data.state }}}<# if (data.preferred ) { #> task-prefe
263
263
data-age="{{{ staleHours }}}"
264
264
>
265
265
<td class="col-client">
266
- <span class="tooltip right autosize" tabindex="0">
267
- <div class="tooltip-text">{{{ data.client_name }}}</div>
268
- <img src="{{{ data.avatar }}}" />
269
- </span>
266
+ <div><img src="{{{ data.avatar }}}" /></div><div>{{{ data.client_name }}}</div>
270
267
</td>
271
268
<td class="col-activity">
272
269
<# if ( data.last_activity > 0 ) { #>
@@ -324,7 +321,7 @@ class="list-item state-{{{ data.state }}}<# if (data.preferred ) { #> task-prefe
324
321
<# } #>
325
322
<# if ( data.favored ) { #>
326
323
<span class="tooltip bottom small autosize" tabindex="0">
327
- <span class="tooltip-text"><?php esc_html_e ( 'Favored ' , 'wpcable ' ); ?> </span>
324
+ <span class="tooltip-text"><?php esc_html_e ( 'Favorited ' , 'wpcable ' ); ?> </span>
328
325
️❤️
329
326
</span>
330
327
<# } #>
You can’t perform that action at this time.
0 commit comments