Skip to content

Commit 9f1c16f

Browse files
committed
library menu style
1 parent e73c84a commit 9f1c16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portals/SysBio/views/BulkBrowser/Template.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<div class="row select-library">
166166
<div class="col-md-3">
167167
<div class="label">Select a library type</div>
168-
<select v-model="$parent.selectedLibraryType">
168+
<select v-model="$parent.selectedLibraryType" class="form-control">
169169
<option :value="''">
170170
Select a library type
171171
</option>

0 commit comments

Comments
 (0)