Browse Source

ux: css fix to search position when sidemenu is pinned

Torkel Ödegaard 8 years ago
parent
commit
61bdc91272

+ 1 - 1
public/app/features/dashboard/history/history.html

@@ -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>

+ 1 - 1
public/sass/components/_sidemenu.scss

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