From 1d8a082cb0cc2746c778b7d1352201f4f9955c91 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 19 Jan 2020 02:42:06 +0000 Subject: [PATCH] Tabs are displayed on two lines when the total width of the tabs is greater than 2000px (#32772). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19437 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 3e0df1ee5..d21de1a22 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1094,7 +1094,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} /***** Tabs *****/ #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;} -#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;} +#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; min-width: 2000px; width: 100%; border-bottom: 1px solid #bbbbbb;} #content .tabs ul li { float:left; list-style-type:none;