mirror of https://gitee.com/bigwinds/arangodb
restricted max length of db name in navbar - shortened
This commit is contained in:
parent
85d1f6af3d
commit
1dd358e5ec
|
@ -1,5 +1,5 @@
|
|||
<script id="dbSelectionView.ejs" type="text/template">
|
||||
<a href="#" class="tab dbselection" id="dbselection">DB: <%=current%> <b class="caret"></b></a>
|
||||
<a href="#" class="tab" id="dbselection"></span><div class="dbselection">DB: <%=current%></div> <b class="caret"></b></a>
|
||||
<ul class="link-dropdown-menu" id="dbs_dropdown">
|
||||
<%
|
||||
if (list.length > 1) {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 180px;
|
||||
max-width: 160px;
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
|
@ -518,6 +518,6 @@ select.filterSelect {
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 180px;
|
||||
max-width: 160px;
|
||||
float: left;
|
||||
margin-right: 3px; }
|
||||
|
|
Loading…
Reference in New Issue