Skip to content

Commit

Permalink
fix: update dashboard bar snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharmyn28 committed Feb 9, 2021
1 parent 71bb64d commit 1caac43
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`clicking "Show more" maximizes dashboards bar height 1`] = `
<DocumentFragment>
<div
class="root"
class="root expanded"
style="height: 431px;"
>
<div
Expand Down Expand Up @@ -151,7 +151,7 @@ exports[`clicking "Show more" maximizes dashboards bar height 1`] = `
exports[`renders a DashboardsBar with maximum height 1`] = `
<div>
<div
class="root"
class="root expanded"
style="height: 431px;"
>
<div
Expand Down Expand Up @@ -691,15 +691,15 @@ exports[`renders a DashboardsBar with selected item 1`] = `
exports[`small screen: clicking "Show more" maximizes dashboards bar height 1`] = `
<DocumentFragment>
<div
class="root"
style="height: 320px;"
class="root expanded"
style="height: 431px;"
>
<div
class="content"
>
<div
class="container expanded"
style="height: 296px;"
style="height: 410px;"
>
<div
class="controls"
Expand Down Expand Up @@ -747,7 +747,7 @@ exports[`small screen: clicking "Show more" maximizes dashboards bar height 1`]
</div>
<div
class="chipContainer expanded"
style="height: 256px;"
style="height: 410px;"
>
<a
class="link"
Expand Down

0 comments on commit 1caac43

Please sign in to comment.