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
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Right now, padding is useful only for making components that should adapt to its content completely. It would be great if I could specify, whether padding should be applied in all directions, or just vertically or just horizontally. Say I want a paragraph with a padding and I want to be able to resize horizontally for different screen sizes. Right now, that doesn't work, so I can't use padding, even though it would be great application for this feature.
The text was updated successfully, but these errors were encountered:
I was looking for the "fixed size" issue and came across your post and #105. I found a way to make this work. When you create the padding group, it works fine. The moment you click the padding group, it becomes fixed. If you click the "fix size" again, making it unfixed and then never touch the padding group again, it seems to stay unfixed. You can then resize it horizontally and then the will adapt to the amount of text.
So after you touch any layer in the paddinggroup, make the size unfixed again and it should work fine...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, padding is useful only for making components that should adapt to its content completely. It would be great if I could specify, whether padding should be applied in all directions, or just vertically or just horizontally. Say I want a paragraph with a padding and I want to be able to resize horizontally for different screen sizes. Right now, that doesn't work, so I can't use padding, even though it would be great application for this feature.
The text was updated successfully, but these errors were encountered: