We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdbc13 commit f28b02dCopy full SHA for f28b02d
1 file changed
src/main/java/com/devopsdemo/tutorial/addressbook/AddressbookUI.java
@@ -99,7 +99,7 @@ private void configureComponents() {
99
*/
100
private void buildLayout() {
101
HorizontalLayout actions = new HorizontalLayout(filter, newContact);
102
- actions.setWidth("100%");
+ actions.setWidth("99%");
103
filter.setWidth("100%");
104
actions.setExpandRatio(filter, 1);
105
0 commit comments