File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/flowingcode/vaadin/addons/cronexpressionfield Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4444import com .vaadin .flow .component .formlayout .FormLayout .ResponsiveStep ;
4545import com .vaadin .flow .component .grid .Grid ;
4646import com .vaadin .flow .component .html .Div ;
47- import com .vaadin .flow .component .html .Paragraph ;
4847import com .vaadin .flow .component .html .Span ;
4948import com .vaadin .flow .component .orderedlayout .FlexComponent .Alignment ;
5049import com .vaadin .flow .component .orderedlayout .FlexComponent .JustifyContentMode ;
@@ -341,7 +340,7 @@ private void setMonthlyLayout() {
341340 dayOfMonthField .setValue (1 );
342341 dayOfMonthField .setWidth ("30%" );
343342 IntegerField monthField = new IntegerField (i18n .getRepeatEveryLabel ());
344- monthField .setSuffixComponent (new Paragraph (i18n .getMonth ()));
343+ monthField .setSuffixComponent (new Span (i18n .getMonth ()));
345344 monthField .setValue (1 );
346345 monthField .setStepButtonsVisible (true );
347346 monthField .setMin (1 );
You can’t perform that action at this time.
0 commit comments