We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316b2ee commit 33f219cCopy full SHA for 33f219c
1 file changed
usergui.js
@@ -100,6 +100,9 @@ class UserGui {
100
bottom: 0;
101
right: 0;
102
}
103
+ .formbuilder-button {
104
+ width: fit-content;
105
+ }
106
`
107
},
108
"external" : {
@@ -669,7 +672,7 @@ class UserGui {
669
672
670
673
iframe.contentWindow.onload = () => {
671
674
// Fade-in implementation
- setTimeout(() => iframe.style["opacity"] = "1", fadeInSpeedMs/2);
675
+ setTimeout(() => iframe.style["opacity"] = "1", fadeInSpeedMs/2);
676
setTimeout(() => iframe.style["transition"] = "none", fadeInSpeedMs + 500);
677
678
this.window = iframe.contentWindow;
0 commit comments