Don't wrap email addresses
This commit is contained in:
parent
f942be515f
commit
3d777d86d2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<template id="wkd-entry-template">
|
||||
<tr>
|
||||
<td style="vertical-align: middle;" id="email">email@example.com</td>
|
||||
<td style="vertical-align: middle; white-space: nowrap;" id="email">email@example.com</td>
|
||||
<td id="key-dropdown" class="dropdown show" style="width: 100%;">
|
||||
<button class="btn bg-light" style="width: 100%;" data-toggle="dropdown" id="current-key">
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue