ux: css fix to search position when sidemenu is pinned

This commit is contained in:
Torkel Ödegaard 2017-06-07 21:54:55 +02:00
parent 08b37186a5
commit 61bdc91272
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<th class="width-4">Version</th>
<th class="width-14">Date</th>
<th class="width-10">Updated By</th>
<th class="width-30">Notes</th>
<th>Notes</th>
<th></th>
</tr>
</thead>

View File

@ -37,7 +37,7 @@
margin-left: $side-menu-width;
}
.search-container {
left: auto;
left: $side-menu-width;
}
}