Skip to content

Commit

Permalink
UBO-378 Updated col classes for DataSource select and input
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Dec 12, 2024
1 parent 7b4756a commit 3aa1ab7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</label>

<xed:bind xpath="DataSources[@type='provided']">
<select id="datasource-source-select" class="form-control col-7" onchange="UBOImportList.toggleDataSources(this)">
<select id="datasource-source-select" class="form-control col-6" onchange="UBOImportList.toggleDataSources(this)">
<option value="">
<xed:output i18n="search.select"/>
</option>
Expand All @@ -153,7 +153,7 @@

<label class="mycore-form-label text-nowrap pt-1"/>
<xed:bind xpath="DataSources[@type='custom']">
<input id="datasource-input-custom" type="text" class="form-control col-7 mt-3" placeholder="{i18n:ubo.import.list.placeholder.dataSources.custom}" oninput="UBOImportList.toggleDataSources(this)"/>
<input id="datasource-input-custom" type="text" class="form-control col-6 mt-3" placeholder="{i18n:ubo.import.list.placeholder.dataSources.custom}" oninput="UBOImportList.toggleDataSources(this)"/>
</xed:bind>
</div>

Expand Down

0 comments on commit 3aa1ab7

Please sign in to comment.