chore: fix clipper width & height issues [skip e2e]
This commit is contained in:
6
packages/clipper/src/popup/style.css
Normal file
6
packages/clipper/src/popup/style.css
Normal file
@@ -0,0 +1,6 @@
|
||||
html,
|
||||
body {
|
||||
min-width: 350px !important;
|
||||
max-width: 350px !important;
|
||||
min-height: 260px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user