私は2つのボタンを持っていますが、それらをそれらの間のスペースに揃えたくありません。ただし、以下は機能しません。
<gwt:FlowPanel styleName="{style.pad}">
<gwt:Button text="foo" />
<gwt:Button text="bar" />
</gwt:FlowPanel>
<ui:style>
.pad .gwt-Button {
margin-right: 20px !important;
}
</ui:style>
結果:ボタンは横に並べられ、間にスペースはありません。なぜ??