-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS inconsistency in Canvas Form Property type field #1473
Comments
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Sep 30, 2024
Currently, the `PropertiesField` component overflows from the containing `Form`. This commit: * Reduces its padding * Changes the containing `Td` so it can limit the overflow * Extracts the `PropertiesFieldEmpty` state component * Add a few missing tests fix: KaotoIO#1473
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Sep 30, 2024
Currently, the `PropertiesField` component overflows from the containing `Form`. This commit: * Reduces its padding * Changes the containing `Td` so it can limit the overflow * Extracts the `PropertiesFieldEmpty` state component * Add a few missing tests fix: KaotoIO#1473
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 1, 2024
Currently, the `PropertiesField` component overflows from the containing `Form`. This commit: * Reduces its padding * Changes the containing `Td` so it can limit the overflow * Extracts the `PropertiesFieldEmpty` state component * Add a few missing tests fix: KaotoIO#1473
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 1, 2024
Currently, the `PropertiesField` component overflows from the containing `Form`. This commit: * Reduces its padding * Changes the containing `Td` so it can limit the overflow * Extracts the `PropertiesFieldEmpty` state component * Add a few missing tests fix: KaotoIO#1473
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Following inconsistency need to be resolved:
Property type field is not correctly fitting the form Panel:
![image](https://private-user-images.githubusercontent.com/73224329/370641471-d559ef04-eec2-4ef3-892a-4d872d738fd6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjUwMzcsIm5iZiI6MTczOTYyNDczNywicGF0aCI6Ii83MzIyNDMyOS8zNzA2NDE0NzEtZDU1OWVmMDQtZWVjMi00ZWYzLTg5MmEtNGQ4NzJkNzM4ZmQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMDUzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJlMGU5YjhhMjg2Njg3ZDYwNjMwYmFhMDk1YTk0Yzg5ZmE2ZTllYzQ5MGUzMTdkMTAyYTBhMTJjNjMxODcyNzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0wCqw3ovt4UaksyzvGflrvoixt1wFa2D12WSzooeFkU)
Name property is not properly aligned:
![image](https://private-user-images.githubusercontent.com/73224329/370642080-84b2b791-1d60-47dc-b0d0-902c4437daf1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjUwMzcsIm5iZiI6MTczOTYyNDczNywicGF0aCI6Ii83MzIyNDMyOS8zNzA2NDIwODAtODRiMmI3OTEtMWQ2MC00N2RjLWIwZDAtOTAyYzQ0MzdkYWYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMDUzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ2ZGE1ZDYwNDA0OWE4NTE0OGQ2M2E1MDAwMzQ5MzZmZWQ1OGMyNmEyMWYwZjY3ZjJkYWE5NDFjNDM1YjA3NTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IHvpT-307xsUTmBNkiGrq19P9hdMH0E_3DiaOcYJsaw)
Steps to Reproduce the Bug or Issue
Screenshots or Videos
No response
Platform
The text was updated successfully, but these errors were encountered: