Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit b878a59

Browse files
author
Martin Wahnschaffe
committed
SORMAS-Foundation#3283 added some spacing to layout of buttons
1 parent 568471d commit b878a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/document/DocumentListComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void reload() {
122122

123123
private Component toComponent(DocumentDto document) {
124124
HorizontalLayout res = new HorizontalLayout();
125-
res.setSpacing(false);
125+
res.setSpacing(true);
126126
res.setMargin(false);
127127
res.setWidth(100, Unit.PERCENTAGE);
128128

0 commit comments

Comments
 (0)