Page 1 of 1

Buttons in Section Layout Gets Cut Off

Posted: Sun Apr 30, 2023 1:13 pm
by mlsto
Hello

Notice that when you use buttons in the Section Layout it cuts off the bottom of the button on preview and publish but shows fine in the dashboard.

Including image and test file to see.

Image

https://www.dropbox.com/s/9qszwh5dwxu6kav/test.zip?dl=0

Thanks

Re: Buttons in Section Layout Gets Cut Off

Posted: Sun Apr 30, 2023 2:39 pm
by Pablo
This is because the button is the first item in the list, it will inherit the border radius of the card itself. This is behavior by design.

If you do not want this, then either give the button itself a different radius or place a 'dummy' item before the button. For example a transparent divider.

Re: Buttons in Section Layout Gets Cut Off

Posted: Sun Apr 30, 2023 3:37 pm
by mlsto
Got it, thanks