mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: css fix to search position when sidemenu is pinned
This commit is contained in:
parent
08b37186a5
commit
61bdc91272
@ -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>
|
||||
|
@ -37,7 +37,7 @@
|
||||
margin-left: $side-menu-width;
|
||||
}
|
||||
.search-container {
|
||||
left: auto;
|
||||
left: $side-menu-width;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user