We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73c84a commit 9f1c16fCopy full SHA for 9f1c16f
src/portals/SysBio/views/BulkBrowser/Template.vue
@@ -165,7 +165,7 @@
165
<div class="row select-library">
166
<div class="col-md-3">
167
<div class="label">Select a library type</div>
168
- <select v-model="$parent.selectedLibraryType">
+ <select v-model="$parent.selectedLibraryType" class="form-control">
169
<option :value="''">
170
Select a library type
171
</option>
0 commit comments