Increase select width to better fit longer profile names
(default 220px)
This commit is contained in:
parent
b1af21ce95
commit
e5c3b3394b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<div class="nav navbar-nav">
|
||||
<form class="nav-item form-inline">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker show-tick" id="profile-alternative" multiple>
|
||||
<select class="selectpicker show-tick" data-width="250px" id="profile-alternative" multiple>
|
||||
<optgroup label="Profile" data-max-options="1" data-icon="fa-bicycle" id="profile">
|
||||
<option>Custom</option>
|
||||
</optgroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue