Skip to content

Commit 1f728b5

Browse files
committed
Changed back width to 100%
1 parent 4dee6a1 commit 1f728b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

106106
VerticalLayout left = new VerticalLayout(actions, contactList);

0 commit comments

Comments
 (0)