Skip to content

Commit f28b02d

Browse files
authored
Update AddressbookUI.java
1 parent acdbc13 commit f28b02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/devopsdemo/tutorial/addressbook/AddressbookUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private void configureComponents() {
9999
*/
100100
private void buildLayout() {
101101
HorizontalLayout actions = new HorizontalLayout(filter, newContact);
102-
actions.setWidth("100%");
102+
actions.setWidth("99%");
103103
filter.setWidth("100%");
104104
actions.setExpandRatio(filter, 1);
105105

0 commit comments

Comments
 (0)