remove .form-width
This commit is contained in:
@@ -155,7 +155,6 @@
|
||||
margin: auto;
|
||||
width: 70%;
|
||||
}
|
||||
.form-width { width: 100%; }
|
||||
#onesearch-header {
|
||||
font-size: 10em;
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -77,8 +77,8 @@ const onesearchComponent = {
|
||||
</h1>
|
||||
<div class="form-group" id="flex-search-form">
|
||||
<label class="sr-only" for="primoQueryTemp">Search terms</label>
|
||||
<div class="input-group zero-margin form-width" id="blue-border2">
|
||||
<input class="form-control form-width inherit-height-from-flex"
|
||||
<div class="input-group zero-margin" id="blue-border2">
|
||||
<input class="form-control inherit-height-from-flex"
|
||||
name="queryTemp"
|
||||
id="primoQueryTemp"
|
||||
ref="primoQueryTempString"
|
||||
|
||||
Reference in New Issue
Block a user