personal settings: same width notification columns

This commit is contained in:
Felix Niklas 2016-02-09 16:17:00 +01:00
parent ba17911941
commit 901759ae16

View file

@ -9,10 +9,10 @@
<thead> <thead>
<tr> <tr>
<th> <th>
<th><%- @T('My Tickets') %> <th width="120px" style="text-align: center;"><%- @T('My Tickets') %>
<th><%- @T('Not Assigned') %> * <th width="120px" style="text-align: center;"><%- @T('Not Assigned') %> *
<th><%- @T('All Tickets') %> * <th width="120px" style="text-align: center;"><%- @T('All Tickets') %> *
<th class="settings-list-separator"><%- @T('Notify also via Email') %> <th class="settings-list-separator" style="text-align: center;"><%- @T('Notify also via Email') %>
</thead> </thead>
<tbody> <tbody>
<% if @config.matrix: %> <% if @config.matrix: %>