]> source.dussan.org Git - redmine.git/commitdiff
Merged r21032 from trunk to 4.2-stable (#35372).
authorGo MAEDA <maeda@farend.jp>
Wed, 16 Jun 2021 14:07:12 +0000 (14:07 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 16 Jun 2021 14:07:12 +0000 (14:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21036 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index fca5f564750bfbdb44617bc7526f3b763811b630..c1790a559080ac768dd95f7fdf55cd54ecdf0791 100644 (file)
@@ -810,9 +810,8 @@ html>body .tabular p {overflow:hidden;}
 .tabular input, .tabular select {max-width:95%}
 .tabular textarea {width:95%; resize:vertical;}
 input#twofa_code, img#twofa_code { width: 140px; }
-ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; }
-ul.twofa_backup_codes li { float: left; }
-ul.twofa_backup_codes li:nth-child(odd) { float: left; clear: left; padding-right: 4em; }
+ul.twofa_backup_codes { list-style-type: none; padding: 0; display: inline-block; columns: 14em 2;}
+ul.twofa_backup_codes code { font-size: 16px; line-height: 2em }
 
 .tabular label{
   font-weight: bold;