Currently, I am working on designing a login view using GWT Designer while incorporating styles from Twitter Bootstrap.
The structure I have set up is as follows:
However, the displayed result does not meet my expectations:
Despite setting all CSS padding and border properties to 0, the excessive padding and margin are causing frustration. I have also tried adjusting these properties directly in GWT Designer with no success.
It's important to note that I am testing the application within Eclipse without compiling it yet.
Any assistance or advice on this issue would be greatly appreciated.
Upon testing on Tomcat, the issue persists.