You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a modal containing a form, but whatever I try, I can't see a difference between "nothing", small or large. As I made the form asap (as small as possible) I'd like to shrink its size some …
select'modal'as component,
'modal_'|| s as id,
'/x.sql'as embed,
s ||' modal box'as title,
s ='large'as large,
s ='small'as small
from (values ('small'), ('medium'), ('large')) size(s);
select'button'as component;
select'Open modal: '|| s as title,
'modal_'|| s as modal
from (values ('small'), ('medium'), ('large')) size(s);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I built a modal containing a form, but whatever I try, I can't see a difference between "nothing", small or large. As I made the form asap (as small as possible) I'd like to shrink its size some …
All reactions