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