Skip to content

Commit 8f613c9

Browse files
committed
fix: tighten desktop review chrome captures
1 parent ffd0d37 commit 8f613c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/web/src/styles/components.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7573,6 +7573,7 @@ textarea.input {
75737573

75747574
.desktop-review-card--topbar {
75757575
width: min(100%, 1080px);
7576+
min-height: 0;
75767577
padding: 0;
75777578
}
75787579

@@ -7597,6 +7598,7 @@ textarea.input {
75977598

75987599
.desktop-review-card--statusbar {
75997600
width: min(100%, 1080px);
7601+
min-height: 0;
76007602
padding: 0;
76017603
}
76027604

0 commit comments

Comments
 (0)