From f21f3ebfa9dd6c49b2653634df047e23d15cc753 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 12 Mar 2014 10:31:04 +0000 Subject: [PATCH] Apply min-width for tabs --- etemplate/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index df8e8b0e0e..ba05b48893 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -637,6 +637,7 @@ ul.et2_link_string { display: inline-block; margin-right: 5px; padding: 5px; + min-width: 70px; cursor: pointer; border: 1px solid silver; background-color: #E0E0E0;