Skip to content

Commit 192199e

Browse files
bp-cosadlius
authored andcommitted
Fixed the logic
1 parent 74a7e76 commit 192199e

File tree

1 file changed

+2
-2
lines changed
  • lib/osf-components/addon/components/google-file-picker-widget

1 file changed

+2
-2
lines changed

lib/osf-components/addon/components/google-file-picker-widget/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// stylelint-disable max-nesting-depth, selector-max-compound-selectors, selector-no-qualifying-type
22

33
.google-file-picker-container {
4-
width: 100%;
4+
width: 0;
55

66
&.file-picker {
7-
width: 0;
7+
width: 100%;
88
}
99

1010
.instruction-container {

0 commit comments

Comments
 (0)