Skip to content

Commit c87a90c

Browse files
committed
Merge branch 'hotfix/25.12.1'
2 parents 74a7e76 + 192199e commit c87a90c

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)