From 9c8ea2f9bf8d770e9f5a2876a180dba82fd9e411 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 27 Mar 2017 08:50:50 +0800 Subject: [PATCH] fix style bug --- src/styles/core/extend.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles/core/extend.css b/src/styles/core/extend.css index 3fe7aff..393d35b 100644 --- a/src/styles/core/extend.css +++ b/src/styles/core/extend.css @@ -17,6 +17,19 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + vertical-align: bottom; +} + +@media (max-width: 991px) { + .nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a { + max-width: 150px; + } +} + +@media (max-width: 767px) { + .nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a { + max-width: 120px; + } } .input-group.input-group-multiple > .input-group-addon {