]> source.dussan.org Git - redmine.git/commitdiff
Display "Two-factor authentication" on two lines to save some space (#35934).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sat, 22 Jan 2022 09:14:23 +0000 (09:14 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sat, 22 Jan 2022 09:14:23 +0000 (09:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21381 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/index.html.erb
public/stylesheets/application.css

index c57127da3dba0623884f9c61068dce88363dae7b..101b00efd7ef345f9b81b8e6e1069b16821b2363 100644 (file)
@@ -43,7 +43,7 @@
   <th><%= l(:field_mail) %></th>
   <%= sort_header_tag('admin', :caption => l(:field_admin), :default_order => 'desc') %>
   <% if Setting.twofa_required? || Setting.twofa_optional? %>
-    <th><%= l(:setting_twofa) %></th>
+    <th class="whitespace-normal"><%= l(:setting_twofa) %></th>
   <% end %>
   <%= sort_header_tag('created_on', :caption => l(:field_created_on), :default_order => 'desc') %>
   <%= sort_header_tag('last_login_on', :caption => l(:field_last_login_on), :default_order => 'desc') %>
index 6ef5f8ef82312a2c91239b52c9a95ef2855ae91b..eddbd4b31cd49728bb41623fe54f854cc559f460 100644 (file)
@@ -247,6 +247,7 @@ div + .drdn-items {border-top:1px solid #ccc;}
 /***** Tables *****/
 table.list, .table-list { border: 1px solid #e4e4e4; width: 100%; margin-bottom: 4px; border-radius: 3px; border-spacing: 0; overflow: hidden;}
 table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
+table.list th.whitespace-normal {white-space: normal;}
 table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
 table.list td.id { width: 2%; text-align: center;}
 table.list td.name, table.list td.description, table.list td.subject, table.list td.parent-subject, table.list td.comments, table.list td.roles, table.list td.attachments, table.list td.text,  table.list td.short_description {text-align: left;}